[Pkg-owncloud-commits] [SCM] owncloud-client.git branch, master, updated. upstream/1.2.5+debian-99-g4e963f4
Sandro Knauß
bugs at sandroknauss.de
Tue Jun 4 23:53:17 UTC 2013
The following commit has been merged in the master branch:
commit 86bd42a1712a96f0edd78836fd98e431295cc900
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Thu May 30 23:47:27 2013 +0200
update repack script and update watch file
diff --git a/debian/repack.sh b/debian/repack.sh
index bca9d2d..58498bd 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: //'`
@@ -27,7 +27,7 @@ if [ `ls -1 "$UP_BASE" | wc -l` -eq 1 ]; then
UP_BASE="$UP_BASE/`ls -1 "$UP_BASE"`"
fi
-## Remove stuff
+## Remove nonfree stuff (only needed for windwos and mac builds)
rm -vfr $UP_BASE/admin
## End
diff --git a/debian/watch b/debian/watch
index 3395f83..c3ed5e9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -5,6 +5,6 @@
# Compulsory line, this is a version 3 file
version=3
-options="dversionmangle=s/debian[0-9]*//" \
+options="dversionmangle=s/\+dsfg[0-9]*//" \
http://owncloud.org/sync-clients/ http://download.owncloud.com/download/mirall-(.*)\.tar\.bz2 \
debian sh debian/repack.sh
--
owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list