[Pkg-voip-commits] r1174 - pstngw/trunk/debian

Kilian Krause kilian at costa.debian.org
Sat Jan 14 16:09:08 UTC 2006


Author: kilian
Date: 2006-01-14 16:09:07 +0000 (Sat, 14 Jan 2006)
New Revision: 1174

Modified:
   pstngw/trunk/debian/changelog
   pstngw/trunk/debian/control
   pstngw/trunk/debian/rules
Log:
fix #347940


Modified: pstngw/trunk/debian/changelog
===================================================================
--- pstngw/trunk/debian/changelog	2006-01-12 13:33:00 UTC (rev 1173)
+++ pstngw/trunk/debian/changelog	2006-01-14 16:09:07 UTC (rev 1174)
@@ -1,3 +1,9 @@
+pstngw (1.3.1-6) unstable; urgency=low
+
+  * Fix clean target when run with sudo instead of fakeroot. (Closes: #347940)
+
+ -- Kilian Krause <kilian at debian.org>  Sat, 14 Jan 2006 16:07:22 +0000
+
 pstngw (1.3.1-5) unstable; urgency=low
 
   * Rebuild against libpt-1.8.7 and libopenh323-1.15.6 (Closes: #342065)

Modified: pstngw/trunk/debian/control
===================================================================
--- pstngw/trunk/debian/control	2006-01-12 13:33:00 UTC (rev 1173)
+++ pstngw/trunk/debian/control	2006-01-14 16:09:07 UTC (rev 1174)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>
-Build-Depends: debhelper (>=3.0.0), libpt-dev (>=1.8.7-2), libopenh323-dev (>=1.15.6-2), g++ (>=2:3.2)
+Build-Depends: debhelper (>=4.0.0), libpt-dev (>=1.8.7-2), libopenh323-dev (>=1.15.6-2), g++ (>=2:3.2)
 Standards-Version: 3.6.2
 
 Package: pstngw

Modified: pstngw/trunk/debian/rules
===================================================================
--- pstngw/trunk/debian/rules	2006-01-12 13:33:00 UTC (rev 1173)
+++ pstngw/trunk/debian/rules	2006-01-14 16:09:07 UTC (rev 1174)
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=3
+export DH_COMPAT=4
 
 MAKE_BUILD_PARAM=OPENH323DIR=/usr/share/openh323 PWLIBDIR=/usr/share/pwlib ASNPARSER=`which asnparser`
 MAKE_INSTALL_PARAM=$(MAKE_BUILD_PARAM) INSTALL_DIR=$(PWD)/debian/pstngw/usr
@@ -27,7 +27,7 @@
 
 #	Add here commands to clean up after the build process.
 	-$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
-#	-$(MAKE) distclean
+	-$(RM) -rf obj_*
 
 	dh_clean
 




More information about the Pkg-voip-commits mailing list