[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.8debian-1.5-31-gb265ece

David Prévot taffit at debian.org
Sun Mar 24 01:26:50 UTC 2013


The following commit has been merged in the master branch:
commit 7ef7d516e385002c60abba777d74253600d3994a
Author: David Prévot <taffit at debian.org>
Date:   Sat Mar 23 21:12:36 2013 -0400

    Use shorter and more usual +dfsg suffix

diff --git a/debian/changelog b/debian/changelog
index 84ced17..ce01adc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-owncloud (5.0.0+debian-1) UNRELEASED; urgency=low
+owncloud (5.0.0+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release
 
diff --git a/debian/repack.sh b/debian/repack.sh
index ca5e5a9..ec729bb 100755
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -6,7 +6,7 @@
 set -e
 set -u
 
-VER="$2+debian"
+VER="$2+dfsg"
 FILE="$3"
 PKG=`dpkg-parsechangelog|grep ^Source:|sed 's/^Source: //'`
 
diff --git a/debian/watch b/debian/watch
index 867b7b6..66b1c18 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=3
-options="dversionmangle=s/\+debian[0-9]*//" \
+options="dversionmangle=s/\+dfsg[0-9]*//" \
   http://owncloud.org/install/ \
   http://download.owncloud.org/community/owncloud-(.*)\.tar\.bz2 \
   debian sh debian/repack.sh

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list