[SCM] BOINC packaging branch, master, updated. debian/7.0.27+dfsg-3-54-gb537ffc

Guo Yixuan culu.gyx at gmail.com
Tue Jul 10 03:53:53 UTC 2012


The following commit has been merged in the master branch:
commit b537ffc7d42bca66cd009045f1642dc73007dbbc
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Tue Jul 10 11:52:05 2012 +0800

    fix: dpkg complains about underscores in version number

diff --git a/debian/changelog b/debian/changelog
index 4f0699d..52f0ccd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ boinc (7.0.31+dfsg-1) UNRELEASED; urgency=low
 
   [ Guo Yixuan ]
   * debian/control: add missed dependency for libboinc.
+  * debian/watch: check for even minor version, and fix dpkg warnings.
 
  -- Steffen Moeller <moeller at debian.org>  Sun, 08 Jul 2012 20:06:22 +0200
 
diff --git a/debian/watch b/debian/watch
index 363d693..2c6eea2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts="dversionmangle=s/\./_/g;s/\+dfsg//,uversionmangle=s/\///" \
+opts="dversionmangle=s/\+dfsg//,uversionmangle=s/\///;s/_/./g" \
   http://boinc.berkeley.edu/svn/tags/boinc_core_release_(\d+_\d*[02468]_.*)

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list