[Pkg-voip-commits] r7558 - in /openr2/trunk/debian: control rules
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Wed Sep 2 21:52:32 UTC 2009
Author: tzafrir-guest
Date: Wed Sep 2 21:52:32 2009
New Revision: 7558
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7558
Log:
* Manually remove some empty directories.
* Reorder some debhelpers.
* Bump standards version to 3.8.3 (no change needed).
Modified:
openr2/trunk/debian/control
openr2/trunk/debian/rules
Modified: openr2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/control?rev=7558&op=diff
==============================================================================
--- openr2/trunk/debian/control (original)
+++ openr2/trunk/debian/control Wed Sep 2 21:52:32 2009
@@ -6,7 +6,7 @@
# It could depend on 'dahdi-source | zaptel-source' but getting run-time
# deps would be more complicated
Build-Depends: debhelper (>= 7), autotools-dev, dahdi-source, libtool
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
Section: libs
Homepage: http://www.libopenr2.org
Modified: openr2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/rules?rev=7558&op=diff
==============================================================================
--- openr2/trunk/debian/rules (original)
+++ openr2/trunk/debian/rules Wed Sep 2 21:52:32 2009
@@ -90,14 +90,17 @@
dh_installdocs
dh_installexamples
dh_install
+ # Remove empty directories:
+ rm -rf $(CURDIR)/debian/libopenr2-dev/usr/bin
+ rm -rf $(CURDIR)/debian/libopenr2-dev/usr/share/man
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
+ dh_makeshlibs
+ dh_shlibdeps
dh_installdeb
- dh_shlibdeps
- dh_makeshlibs
dh_gencontrol
dh_md5sums
dh_builddeb
More information about the Pkg-voip-commits
mailing list