From: Arch Librarian Date: Mon, 20 Sep 2004 16:57:48 +0000 (+0000) Subject: Fixed the not-apt bugs X-Git-Tag: 0.7.24ubuntu1~1024 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/9b2e67ebe6ba24063d675f0c321098427fabe05b Fixed the not-apt bugs Author: jgg Date: 2001-04-29 05:49:27 GMT Fixed the not-apt bugs --- diff --git a/debian/changelog b/debian/changelog index 047b4046c..075524487 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 8 Mar 2001 22:48:06 -0700 diff --git a/debian/control b/debian/control index a9bb64e3e..626d9b746 100644 --- a/debian/control +++ b/debian/control @@ -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 index 16f8cac5e..000000000 --- a/debian/copyright +++ /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. diff --git a/debian/rules b/debian/rules index 7cc06d8fc..657acee1f 100755 --- a/debian/rules +++ b/debian/rules @@ -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 $@