[Pkg-owncloud-commits] [owncloud-doc] 49/56: Track latest 8. version
David Prévot
taffit at moszumanska.debian.org
Sun Nov 15 22:37:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud-doc.
commit f2978877c93cec4977e452c558ea60bf8cfa97c2
Author: David Prévot <david at tilapin.org>
Date: Sun Nov 15 11:37:10 2015 -0400
Track latest 8. version
---
debian/control | 2 +-
debian/gbp.conf | 3 ++-
debian/rules | 3 +++
debian/watch | 5 +++++
4 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 429a876..5e6e469 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
texlive-latex-recommended
Standards-Version: 3.9.6
Homepage: http://doc.owncloud.org/
-Vcs-Git: git://anonscm.debian.org/pkg-owncloud/owncloud-doc.git
+Vcs-Git: git://anonscm.debian.org/pkg-owncloud/owncloud-doc.git -b stable8
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-owncloud/owncloud-doc.git
Package: owncloud-doc
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 1da2b7b..0b5aaa2 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,3 +1,4 @@
[DEFAULT]
pristine-tar = True
-pristine-tar-commit = True
+debian-branch = stable8
+upstream-branch = upstream-stable8
diff --git a/debian/rules b/debian/rules
index a8933c7..778bac9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ override_dh_auto_clean:
override_dh_sphinxdoc:
dh_sphinxdoc --exclude=bootstrap.js usr/share/owncloud/core/doc/user usr/share/owncloud/core/doc/admin
+
+get-orig-source:
+ uscan --rename --verbose --force
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..12b4a24
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts=uversionmangle=s/-?([^\d.]+)/~$1/i;tr/A-Z/a-z/,\
+dversionmangle=s/\+dfsg$//,repacksuffix=+dfsg \
+https://github.com/owncloud/documentation/releases \
+.*/archive/v?(\d.+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list