[Debian-hebrew-package] [svn] r368 - pkg/fribidi/trunk/debian
Baruch Even
baruch at costa.debian.org
Sun Feb 26 19:02:39 UTC 2006
Author: baruch
Date: Sun Feb 26 19:02:37 2006
New Revision: 368
Removed:
pkg/fribidi/trunk/debian/libfribidi0.shlibs
Modified:
pkg/fribidi/trunk/debian/changelog
pkg/fribidi/trunk/debian/rules
Log:
A better solution for shlibs generation
Modified: pkg/fribidi/trunk/debian/changelog
==============================================================================
--- pkg/fribidi/trunk/debian/changelog (original)
+++ pkg/fribidi/trunk/debian/changelog Sun Feb 26 19:02:37 2006
@@ -1,8 +1,11 @@
fribidi (0.10.7-2) unstable; urgency=low
* Update watch file (Closes: #354354)
+ * Use -V option to dh_makeshlibs to automatically update the shlibs file of
+ the package. So far upstream doesn't use so numbering and we have to
+ resort to this hack.
- -- Baruch Even <baruch at debian.org> Sun, 26 Feb 2006 18:58:20 +0000
+ -- Baruch Even <baruch at debian.org> Sun, 26 Feb 2006 19:01:46 +0000
fribidi (0.10.7-1) unstable; urgency=low
Modified: pkg/fribidi/trunk/debian/rules
==============================================================================
--- pkg/fribidi/trunk/debian/rules (original)
+++ pkg/fribidi/trunk/debian/rules Sun Feb 26 19:02:37 2006
@@ -83,7 +83,7 @@
dh_link
dh_compress
dh_fixperms
- dh_makeshlibs -N$(FRIBIDI_UDEB)
+ dh_makeshlibs -V -N$(FRIBIDI_UDEB)
dh_shlibdeps -Xusr/bin/fribidi -N$(FRIBIDI_UDEB)
dh_installdeb -N$(FRIBIDI_UDEB)
dh_gencontrol -a -N$(FRIBIDI_UDEB)
More information about the Debian-hebrew-package
mailing list