[med-svn] [ffp] 04/04: Moved packaging from SVN to Git
Andreas Tille
tille at debian.org
Wed Dec 6 21:46:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ffp.
commit d8c052f8491dd6b894f195cff600c401daecbeb1
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 6 22:46:31 2017 +0100
Moved packaging from SVN to Git
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 7 +++----
debian/rules | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ed4d0d2..c4cd02d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
ffp (3.19-1) UNRELEASED; urgency=low
* Initial release (Closes: #<bug>)
+ * Moved packaging from SVN to Git
-- Andreas Tille <tille at debian.org> Thu, 26 Nov 2015 17:09:45 +0100
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index de40d44..6eb2b17 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,13 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: non-free/science
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
perl-tk,
ghostscript,
groff
Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/ffp/trunk/
-Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/ffp/trunk/
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ffp.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/ffp.git
Homepage: http://sourceforge.net/projects/ffp-phylogeny/
Package: ffp
diff --git a/debian/rules b/debian/rules
index 934dc7b..515b276 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_compress:
dh_compress --exclude=README
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ffp.git
More information about the debian-med-commit
mailing list