Fixed the not-apt bugs
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:48 +0000 (16:57 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:48 +0000 (16:57 +0000)
Author: jgg
Date: 2001-04-29 05:49:27 GMT
Fixed the not-apt bugs

debian/changelog
debian/control
debian/copyright [deleted file]
debian/rules

index 047b404..0755244 100644 (file)
@@ -21,6 +21,9 @@ apt (0.5.4) unstable; urgency=low
   * 'apt-cache policy' preferences debug tool.
   * Whatever. Closes: #89762
   * libstdc++ and HURD. Closes: #92025
+  * More apt-utils verbage. Closes: #86954
+  * Fliped comparision operator. Closes: #94618
+  * Used the right copyright file. Closes: #65691
   
  -- Jason Gunthorpe <jgg@debian.org>  Thu,  8 Mar 2001 22:48:06 -0700
 
index a9bb64e..626d9b7 100644 (file)
@@ -48,4 +48,8 @@ Provides: ${libapt-inst:provides}
 Section: admin
 Description: APT utility programs
  This package contains some infrequently used APT utility programs such
- as apt-ftparchive and apt-sortpkgs.
+ as apt-ftparchive, apt-sortpkgs and apt-extracttemplates.
+ .
+ apt-extracttemplates is used by debconf to prompt for configuration 
+ questions before installation. apt-ftparchive is used to create Package
+ and other index files. apt-sortpkgs is a Package/Source file normalizer.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index 16f8cac..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-APT is free software; you can redistribute them and/or modify them under 
-the terms of the GNU General Public License as published by the Free Software 
-Foundation; either version 2 of the License, or (at your option) any later 
-version.
index 7cc06d8..657acee 100755 (executable)
@@ -2,7 +2,7 @@
 # Made with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
-# $Id: rules,v 1.32 2001/04/17 06:46:13 jgg Exp $
+# $Id: rules,v 1.33 2001/04/29 05:49:27 jgg Exp $
 
 # LD_LIBRARY_PATH=pwd/debian/apt/usr/lib dh_shlibdeps -papt
 # dpkg: /home/jgg/work/apt2/debian/apt/usr/lib/libapt-pkg.so.2.9 not found.
@@ -89,6 +89,7 @@ configure: configure.in
 build/configure-stamp: configure
        dh_testdir
        -mkdir build
+       cp COPYING debian/copyright
        (cd build; ../configure)
        touch $@