update for 0.3.4
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:28 +0000 (16:53 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:28 +0000 (16:53 +0000)
Author: doogie
Date: 1999-04-10 06:37:34 GMT
update for 0.3.4

debian/changelog
debian/rules

index 7d94ce6..4bf7dfa 100644 (file)
@@ -1,3 +1,15 @@
+apt (0.3.4) unstable; urgency=low
+
+  * Release for Ben while he is out of town.
+  * Checked the size of partial files. Closes: #33705
+  * apt-get should not print progress on non-tty. Closes: #34944
+  * s/guide.text.gz/users-guide.txt.gz/ debian/control: Closes: #35207
+  * Applied cdrom patches from Torsten.  Closes: #35140, #35141
+  * smbmounted cdrom fix. Closes: #35470
+  * Changed ie to eg.  Closes: #35196
+
+ -- Adam Heath <doogie@debian.org>  Sun,  4 Apr 1999 18:26:44 -0500
+
 apt (0.3.3) unstable; urgency=low
 
   * Fixes bug with file:/ URIs and multi-CD handling. Closes: #34923
index e3e731c..104cdcd 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.14 1999/04/07 06:34:57 jgg Exp $
+# $Id: rules,v 1.15 1999/04/10 06:37:34 doogie Exp $
 
 
 # For the deb builder, you can run 'debian/rules cvs-build', which does all
@@ -12,7 +12,7 @@
 # create ../upload-<VER>, with all the files needed to be uploaded placed
 # in it.
 
-DEB_BUILD_PROG:=debuild
+DEB_BUILD_PROG:=debuild -us -uc
 APT_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p')
 APT_CONFVER=$(shell sed -n -e 's/^AC_DEFINE_UNQUOTED(VERSION,"\(.*\)")/\1/p' configure.in)