[Pkg-voip-commits] r3921 - openser/trunk/debian

jblache at alioth.debian.org jblache at alioth.debian.org
Sun Aug 5 18:47:52 UTC 2007


Author: jblache
Date: 2007-08-05 18:47:51 +0000 (Sun, 05 Aug 2007)
New Revision: 3921

Modified:
   openser/trunk/debian/changelog
   openser/trunk/debian/rules
Log:
Do not ignore make proper errors.


Modified: openser/trunk/debian/changelog
===================================================================
--- openser/trunk/debian/changelog	2007-08-05 18:45:11 UTC (rev 3920)
+++ openser/trunk/debian/changelog	2007-08-05 18:47:51 UTC (rev 3921)
@@ -4,8 +4,10 @@
 
   * debian/control:
     + Use ${binary:Version} instead of ${Source-Version}.
+  * debian/rules:
+    + Do not ignore make proper errors.
 
- -- Julien BLACHE <jblache at debian.org>  Wed, 20 Jun 2007 21:13:20 +0200
+ -- Julien BLACHE <jblache at debian.org>  Sun, 05 Aug 2007 20:45:22 +0200
 
 openser (1.2.1-1) unstable; urgency=low
 

Modified: openser/trunk/debian/rules
===================================================================
--- openser/trunk/debian/rules	2007-08-05 18:45:11 UTC (rev 3920)
+++ openser/trunk/debian/rules	2007-08-05 18:47:51 UTC (rev 3921)
@@ -120,7 +120,7 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) TLS=$(TLS) include_modules="$(ALL_MODULES)" proper
+	$(MAKE) TLS=$(TLS) include_modules="$(ALL_MODULES)" proper
 	rm -f cfg.tab.h
 	rm -f utils/openserunix/openserunix.o utils/openserunix/openserunix
 




More information about the Pkg-voip-commits mailing list