[Pkg-voip-commits] r9538 - in /libexosip2/trunk/debian: changelog control rules

msp at alioth.debian.org msp at alioth.debian.org
Sat Feb 25 22:53:50 UTC 2012


Author: msp
Date: Sat Feb 25 22:53:50 2012
New Revision: 9538

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9538
Log:
* Upload to unstable - debian-release endorsed
* Added --with autotools_dev
* Fix "[libexosip2] "OSIP" completely uppercase in short description"
  Updated debian/control - note upstream uppercase X (Closes: #644864)

Modified:
    libexosip2/trunk/debian/changelog
    libexosip2/trunk/debian/control
    libexosip2/trunk/debian/rules

Modified: libexosip2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/changelog?rev=9538&op=diff
==============================================================================
--- libexosip2/trunk/debian/changelog (original)
+++ libexosip2/trunk/debian/changelog Sat Feb 25 22:53:50 2012
@@ -1,3 +1,12 @@
+libexosip2 (3.6.0-2) unstable; urgency=low
+
+  * Upload to unstable - debian-release endorsed
+  * Added --with autotools_dev
+  * Fix "[libexosip2] "OSIP" completely uppercase in short description"
+    Updated debian/control - note upstream uppercase X (Closes: #644864)
+
+ -- Mark Purcell <msp at debian.org>  Sun, 26 Feb 2012 08:06:14 +1100
+
 libexosip2 (3.6.0-1) experimental; urgency=low
 
   * New upstream release 

Modified: libexosip2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/control?rev=9538&op=diff
==============================================================================
--- libexosip2/trunk/debian/control (original)
+++ libexosip2/trunk/debian/control Sat Feb 25 22:53:50 2012
@@ -14,13 +14,13 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, libexosip2-7 (= ${binary:Version}), libosip2-dev
-Description: eXtended OSIP library development files
- Development files for the eXtended OSIP library
+Description: eXtended osip library development files
+ Development files for the eXtended osip library
 
 Package: libexosip2-7
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: eXtended OSIP library
+Description: eXtended osip library
  Library that hides the complexity of using the SIP protocol for multimedia
  session establishment. This protocol is mainly to be used by VoIP
  telephony applications (endpoints or conference server) but might be

Modified: libexosip2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/rules?rev=9538&op=diff
==============================================================================
--- libexosip2/trunk/debian/rules (original)
+++ libexosip2/trunk/debian/rules Sat Feb 25 22:53:50 2012
@@ -4,7 +4,7 @@
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-josua --program-suffix=-$(DEB_UPSTREAM_VERSION)




More information about the Pkg-voip-commits mailing list