[Parted-commits] GNU Parted Official Repository: Changes to 'debian/master'
Otavio Salvador
otavio at alioth.debian.org
Tue May 22 02:28:03 UTC 2007
debian/changelog | 1 -
debian/rules | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 002fb4b1156a8a659dae429fe9cf6c39ea942294
Author: Otavio Salvador <otavio at ossystems.com.br>
Date: Mon May 21 22:12:46 2007 -0300
Revert "debian/rules: avoid double dependency on libparted-udeb;"
This reverts commit 4077a044570276f7e30e8540980c5064d5b6d728.
diff --git a/debian/changelog b/debian/changelog
index 415640d..ba2e518 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,7 +21,6 @@ parted (1.8.7-1) UNRELEASED; urgency=low
- build gnulib when building udeb and debugging packages otherwise
they'd fail;
- change soname version;
- - avoid double dependency on libparted-udeb;
* debian/control: add libdevmapper-dev build-dependency;
* debian/watch: use the GNU ftp since the HTTP address was giving
timeout;
diff --git a/debian/rules b/debian/rules
index a06e0e2..a2c8f86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -354,7 +354,8 @@ binary-common:
dh_link
dh_compress
dh_fixperms
- dh_makeshlibs -V'libparted$(SHAREDLIBPKGVER) (>= $(DEPVER))'
+ dh_makeshlibs -V'libparted$(SHAREDLIBPKGVER) (>= $(DEPVER))' \
+ --add-udeb=$(shell dh_listpackages | grep -E '^libparted$(LIBPKGVER)-udeb$$')
dh_shlibdeps -Llibparted$(SHAREDLIBPKGVER) \
-l/debian/libparted$(SHAREDLIBPKGVER)/lib
dh_installdeb
More information about the Parted-commits
mailing list