[Pkg-voip-commits] r10587 - in /opal/branches/opal-3.10/debian: changelog control patches/series rules

dedu-guest at alioth.debian.org dedu-guest at alioth.debian.org
Sun Oct 26 18:17:15 UTC 2014


Author: dedu-guest
Date: Sun Oct 26 18:17:15 2014
New Revision: 10587

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10587
Log:
* Remove now useless DM-Upload-Allowed from debian/control.
* Print complete compilation lines during building.

Modified:
    opal/branches/opal-3.10/debian/changelog
    opal/branches/opal-3.10/debian/control
    opal/branches/opal-3.10/debian/patches/series
    opal/branches/opal-3.10/debian/rules

Modified: opal/branches/opal-3.10/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/branches/opal-3.10/debian/changelog?rev=10587&op=diff
==============================================================================
--- opal/branches/opal-3.10/debian/changelog	(original)
+++ opal/branches/opal-3.10/debian/changelog	Sun Oct 26 18:17:15 2014
@@ -1,8 +1,10 @@
 opal (3.10.10~dfsg-3) unstable; urgency=low
 
   * Remove one non free document (RFC) from source package.
-
- -- Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>  Sat, 25 Oct 2014 19:51:57 +0200
+  * Remove now useless DM-Upload-Allowed from debian/control.
+  * Print complete compilation lines during building.
+
+ -- Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>  Sat, 26 Oct 2014 19:51:57 +0200
 
 opal (3.10.10~dfsg-2.2) unstable; urgency=medium
 

Modified: opal/branches/opal-3.10/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/opal/branches/opal-3.10/debian/control?rev=10587&op=diff
==============================================================================
--- opal/branches/opal-3.10/debian/control	(original)
+++ opal/branches/opal-3.10/debian/control	Sun Oct 26 18:17:15 2014
@@ -13,7 +13,6 @@
 Homepage: http://www.opalvoip.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/opal/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/opal/
-DM-Upload-Allowed: yes
 
 Package: libopal3.10.10
 Architecture: any

Modified: opal/branches/opal-3.10/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/opal/branches/opal-3.10/debian/patches/series?rev=10587&op=diff
==============================================================================
--- opal/branches/opal-3.10/debian/patches/series	(original)
+++ opal/branches/opal-3.10/debian/patches/series	Sun Oct 26 18:17:15 2014
@@ -2,3 +2,4 @@
 plugins_clean_target.patch
 libav9.patch
 libav10.patch
+opt.patch

Modified: opal/branches/opal-3.10/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opal/branches/opal-3.10/debian/rules?rev=10587&op=diff
==============================================================================
--- opal/branches/opal-3.10/debian/rules	(original)
+++ opal/branches/opal-3.10/debian/rules	Sun Oct 26 18:17:15 2014
@@ -23,7 +23,7 @@
 
 override_dh_auto_build:
 	sed -e 's#^Libs: #Libs: -L$(OPAL_LIBDIR) #' opal.pc >samples/opal.pc
-	dh_auto_build -- PKG_CONFIG_PATH=$(CURDIR)/samples opt docs
+	dh_auto_build -- PKG_CONFIG_PATH=$(CURDIR)/samples VERBOSE=1 opt docs
 
 #override_dh_auto_test:
 #	if (samples/simple/obj*/simpleopal --help >/dev/null);then \




More information about the Pkg-voip-commits mailing list