Просмотр исходного кода

Fixed the not-apt bugs
Author: jgg
Date: 2001-04-29 05:49:27 GMT
Fixed the not-apt bugs

Arch Librarian лет назад: 22
Родитель
Сommit
9b2e67ebe6
4 измененных файлов с 10 добавлено и 6 удалено
  1. 3 0
      debian/changelog
  2. 5 1
      debian/control
  3. 0 4
      debian/copyright
  4. 2 1
      debian/rules

+ 3 - 0
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 <jgg@debian.org>  Thu,  8 Mar 2001 22:48:06 -0700
 

+ 5 - 1
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.

+ 0 - 4
debian/copyright

@@ -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.

+ 2 - 1
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 $@