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

* debian/rules:
- Daniel Schepler to make apt bin-NMU able

Michael Vogt лет назад: 20
Родитель
Сommit
fa341c6aac
2 измененных файлов с 4 добавлено и 2 удалено
  1. 3 1
      debian/changelog
  2. 1 1
      debian/rules

+ 3 - 1
debian/changelog

@@ -2,7 +2,9 @@ apt (0.6.46.1) unstable; urgency=low
 
   * methods/gzip.cc:
     - deal with empty files 
-
+  * Applied patch from Daniel Schepler to make apt bin-NMU able.  
+    (Closes: bug#359634)
+  
  --
 
 apt (0.6.46) unstable; urgency=low

+ 1 - 1
debian/rules

@@ -38,7 +38,7 @@ build:
 
 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')
+APT_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p' -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')