[med-svn] [tab2mage] 07/12: use uscan in get-orig-source target, some progress
Andreas Tille
tille at debian.org
Sat Dec 30 16:40:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository tab2mage.
commit 14a6975e928bc6054e5f2d32fcba1f4e534803ca
Author: Thorsten Alteholz <alteholz at debian.org>
Date: Thu Feb 16 20:56:21 2012 +0000
use uscan in get-orig-source target, some progress
---
debian/changelog | 9 ++++++++-
debian/compat | 2 +-
debian/control | 6 ++++--
debian/rules | 4 ++++
4 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0bdba15..d948d7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
-tab2mage (20080428-1) UNRELEASED; urgency=low
+tab2mage (20080626-1) UNRELEASED; urgency=low
* Initial release (Closes: #nnnnnn)
+ [ Thorsten Alteholz ]
+ * new upstream version
+ * debian/rules: target get-orig-source added
+ * debian/control: dh 8
+ * debian/control: Standards=3.9.2
+ * debian/control: VCS fields added
+
-- David Paleino <d.paleino at gmail.com> Sat, 31 May 2008 19:39:45 +0200
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index 9b2a09d..6f83c8f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,10 @@ Source: tab2mage
Section: unknown
Priority: extra
Maintainer: Charles Plessy <plessy at debian.org>
-Build-Depends: cdbs, quilt, debhelper (>= 5)
-Standards-Version: 3.7.2
+Build-Depends: cdbs, quilt, debhelper (>= 8)
+Standards-Version: 3.9.2
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/tab2mage/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/tab2mage/trunk
Package: tab2mage
Architecture: all
diff --git a/debian/rules b/debian/rules
index 4e02705..eaacaa1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,7 @@
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/perlmodule.mk
+
+get-orig-source:
+ mkdir -p ../tarballs
+ uscan --verbose --force-download --destdir=../tarballs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/tab2mage.git
More information about the debian-med-commit
mailing list