[Pkg-galago-commit] r494 - packages/unstable/libsexy/debian
lool at alioth.debian.org
lool at alioth.debian.org
Tue May 15 08:48:58 UTC 2007
Author: lool
Date: 2007-05-15 08:48:58 +0000 (Tue, 15 May 2007)
New Revision: 494
Modified:
packages/unstable/libsexy/debian/changelog
packages/unstable/libsexy/debian/rules
Log:
* Fix DEB_SHLIBDEPS_INCLUDE_ and DEB_DH_MAKESHLIBS_ARGS_ to act on libsexy2
instead of libsexy1; thanks Daniel Holbach.
Modified: packages/unstable/libsexy/debian/changelog
===================================================================
--- packages/unstable/libsexy/debian/changelog 2007-04-30 09:38:34 UTC (rev 493)
+++ packages/unstable/libsexy/debian/changelog 2007-05-15 08:48:58 UTC (rev 494)
@@ -1,3 +1,10 @@
+libsexy (0.1.11-2) UNRELEASED; urgency=low
+
+ * Fix DEB_SHLIBDEPS_INCLUDE_ and DEB_DH_MAKESHLIBS_ARGS_ to act on libsexy2
+ instead of libsexy1; thanks Daniel Holbach.
+
+ -- Loic Minier <lool at dooz.org> Tue, 15 May 2007 10:48:30 +0200
+
libsexy (0.1.11-1) unstable; urgency=low
* New upstream release
Modified: packages/unstable/libsexy/debian/rules
===================================================================
--- packages/unstable/libsexy/debian/rules 2007-04-30 09:38:34 UTC (rev 493)
+++ packages/unstable/libsexy/debian/rules 2007-05-15 08:48:58 UTC (rev 494)
@@ -4,5 +4,5 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-DEB_SHLIBDEPS_INCLUDE_libsexy1 := debian/libsexy2/usr/lib
-DEB_DH_MAKESHLIBS_ARGS_libsexy1 := -V 'libsexy2 (>= 0.1.8)'
+DEB_SHLIBDEPS_INCLUDE_libsexy2 += debian/libsexy2/usr/lib
+DEB_DH_MAKESHLIBS_ARGS_libsexy2 += -V 'libsexy2 (>= 0.1.8)'
More information about the Pkg-galago-commit
mailing list