[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#359634: My patch was broken, binNMU not fixed



found 359634 0.6.46.1
thanks

Sorry, I somehow managed to break the patch before sending it, so it doesn't 
actually cut off the "+b1" part or similar.  Here's a new version of the 
patch, against 0.6.46.1, which should actually work this time.
-- 
Daniel Schepler
diff -urN apt-0.6.46.1.old/debian/rules apt-0.6.46.1/debian/rules
--- apt-0.6.46.1.old/debian/rules	2006-09-30 14:17:49.000000000 +0000
+++ apt-0.6.46.1/debian/rules	2006-10-04 18:07:36.000000000 +0000
@@ -38,7 +38,7 @@
 
 PKG=apt
 DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEB_BUILD_PROG_OPTS)
-APT_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p' -e 's/\+.*$$//')
+APT_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p' |sed -e 's/\+.*$$//')
 APT_CONFVER=$(shell sed -n -e 's/^AC_DEFINE_UNQUOTED(VERSION,"\(.*\)")/\1/p' configure.in)
 APT_CVSTAG=$(shell echo "$(APT_DEBVER)" | sed -e 's/^/v/' -e 's/\./_/g')
 

Reply to: