[Pkg-voip-commits] r7542 - in /openzap/trunk/debian: changelog rules watch.ex

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Wed Aug 26 18:56:47 UTC 2009


Author: tzafrir-guest
Date: Wed Aug 26 18:56:47 2009
New Revision: 7542

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7542
Log:
Upstream rev. 811
* Now a proper shared library?
* Remove useless watch file.

Removed:
    openzap/trunk/debian/watch.ex
Modified:
    openzap/trunk/debian/changelog
    openzap/trunk/debian/rules

Modified: openzap/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openzap/trunk/debian/changelog?rev=7542&op=diff
==============================================================================
--- openzap/trunk/debian/changelog (original)
+++ openzap/trunk/debian/changelog Wed Aug 26 18:56:47 2009
@@ -1,4 +1,4 @@
-openzap (0.0.svn.724) unstable; urgency=low
+openzap (0.0.svn.811-1) unstable; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 

Modified: openzap/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openzap/trunk/debian/rules?rev=7542&op=diff
==============================================================================
--- openzap/trunk/debian/rules (original)
+++ openzap/trunk/debian/rules Wed Aug 26 18:56:47 2009
@@ -46,7 +46,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	
 	# Files to remove if building a SVN snapshot that has no configure
 	# script:
@@ -88,7 +88,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
+	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the Pkg-voip-commits mailing list