[Pkg-voip-commits] r7332 - in /qutecom/trunk/debian: changelog patches/debian/remove-extra-copying-file.patch rules

cavedon-guest at alioth.debian.org cavedon-guest at alioth.debian.org
Thu Jun 4 01:33:44 UTC 2009


Author: cavedon-guest
Date: Thu Jun  4 01:33:44 2009
New Revision: 7332

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7332
Log:
Use "~dfsg" in version
Use ".hg" in version
Prepare for upload into unstable

Modified:
    qutecom/trunk/debian/changelog
    qutecom/trunk/debian/patches/debian/remove-extra-copying-file.patch
    qutecom/trunk/debian/rules

Modified: qutecom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/changelog?rev=7332&op=diff
==============================================================================
--- qutecom/trunk/debian/changelog (original)
+++ qutecom/trunk/debian/changelog Thu Jun  4 01:33:44 2009
@@ -1,8 +1,8 @@
-qutecom (2.2~rc3+hg375+dfsg1-1) UNRELEASED; urgency=low
-
-  * New upstream release. Closes: #527929.
-  * Use "+dfsg" instead of ".dfsg" (lintian: dfsg-version-with-period)
-  * Revert dependency on unversioned boost libraries.
+qutecom (2.2~rc3.hg396~dfsg1-1) unstable; urgency=low
+
+  * New upstream snapshot (should become release 2.2). Closes: #527929.
+  * Use "~dfsg" instead of ".dfsg" (lintian: dfsg-version-with-period)
+  * Revert dependency on unversioned boost libraries. Closes: #531117
   * Remove unneeded dependency on boost-regex.
   * get-orig-source.sh:
     - add support for upstream HG snapshots

Modified: qutecom/trunk/debian/patches/debian/remove-extra-copying-file.patch
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/patches/debian/remove-extra-copying-file.patch?rev=7332&op=diff
==============================================================================
--- qutecom/trunk/debian/patches/debian/remove-extra-copying-file.patch (original)
+++ qutecom/trunk/debian/patches/debian/remove-extra-copying-file.patch Thu Jun  4 01:33:44 2009
@@ -1,8 +1,8 @@
 Do not copy COPYING and AUTHORS files into /usr/share/qutecom
-Index: qutecom-2.2~rc3+hg375+dfsg1/wengophone/src/presentation/qt/CMakeLists-install-linux.txt
+Index: qutecom-2.2~rc3.hg396~dfsg1/wengophone/src/presentation/qt/CMakeLists-install-linux.txt
 ===================================================================
---- qutecom-2.2~rc3+hg375+dfsg1.orig/wengophone/src/presentation/qt/CMakeLists-install-linux.txt	2008-02-26 10:06:40.000000000 -0800
-+++ qutecom-2.2~rc3+hg375+dfsg1/wengophone/src/presentation/qt/CMakeLists-install-linux.txt	2009-05-15 21:41:35.000000000 -0700
+--- qutecom-2.2~rc3.hg396~dfsg1.orig/wengophone/src/presentation/qt/CMakeLists-install-linux.txt	2008-02-26 10:06:40.000000000 -0800
++++ qutecom-2.2~rc3.hg396~dfsg1/wengophone/src/presentation/qt/CMakeLists-install-linux.txt	2009-05-15 21:41:35.000000000 -0700
 @@ -84,7 +84,3 @@
  		RENAME qutecom.png)
  endforeach(size)

Modified: qutecom/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/rules?rev=7332&op=diff
==============================================================================
--- qutecom/trunk/debian/rules (original)
+++ qutecom/trunk/debian/rules Thu Jun  4 01:33:44 2009
@@ -45,7 +45,7 @@
 
 DEBVERSION:=$(shell head -n 1 debian/changelog | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
 SRCVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[.0-9]*$$//')
-UPVERSION:=$(shell echo $(SRCVERSION) | sed -e 's/-svn.*$$//' -e 's/[\.+]dfsg.*$$//')
+UPVERSION:=$(shell echo $(SRCVERSION) | sed -e 's/-svn.*$$//' -e 's/[\.+~]dfsg.*$$//')
 
 print-version:
 	@@echo "Debian version:          $(DEBVERSION)"




More information about the Pkg-voip-commits mailing list