[med-svn] [Git][med-team/amap-align][master] 9 commits: debhelper 11
Andreas Tille
gitlab at salsa.debian.org
Sun Jul 15 14:33:42 BST 2018
Andreas Tille pushed to branch master at Debian Med / amap-align
Commits:
c090f052 by Andreas Tille at 2018-07-15T15:21:18+02:00
debhelper 11
- - - - -
2122518a by Andreas Tille at 2018-07-15T15:21:20+02:00
Point Vcs fields to salsa.debian.org
- - - - -
5942e0a9 by Andreas Tille at 2018-07-15T15:21:20+02:00
Standards-Version: 4.1.5
- - - - -
b5885a67 by Andreas Tille at 2018-07-15T15:22:20+02:00
Upload to unstable
- - - - -
fca865be by Andreas Tille at 2018-07-15T15:27:42+02:00
Remove unused override
- - - - -
ead700a4 by Andreas Tille at 2018-07-15T15:28:11+02:00
do not parse d/changelog
- - - - -
0e96b3dd by Andreas Tille at 2018-07-15T15:28:46+02:00
Remove outdated patch
- - - - -
082f134f by Andreas Tille at 2018-07-15T15:29:39+02:00
mention automatically converted github page as homepage
- - - - -
316c78d2 by Andreas Tille at 2018-07-15T15:31:21+02:00
Really do not parse d/changelog and upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/compat
- debian/control
- − debian/patches/rename-amap.diff
- debian/rules
- − debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-amap-align (2.2+git20080214.600fc29+dfsg-1) UNRELEASED; urgency=medium
+amap-align (2.2+git20080214.600fc29+dfsg-1) unstable; urgency=medium
[Steffen Moeller]
* debian/upstream/metadata:
@@ -10,8 +10,13 @@ amap-align (2.2+git20080214.600fc29+dfsg-1) UNRELEASED; urgency=medium
execute since the example using the JAR is segfaulting
* Point watch file to automatic conversion of google code to github
* Remove *.jar from upstream source
+ * debhelper 11
+ * Point Vcs fields to salsa.debian.org
+ * Standards-Version: 4.1.5
+ * d/rules: do not parse d/changelog
+ * mention automatically converted github page as homepage
- -- Andreas Tille <tille at debian.org> Fri, 05 Aug 2016 09:12:43 +0200
+ -- Andreas Tille <tille at debian.org> Sun, 15 Jul 2018 15:21:21 +0200
amap-align (2.2-6) unstable; urgency=medium
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Uploaders: Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9)
-Standards-Version: 4.1.3
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/amap-align.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/amap-align.git
-Homepage: http://code.google.com/p/amap-align/
+Build-Depends: debhelper (>= 11~)
+Standards-Version: 4.1.5
+Vcs-Browser: https://salsa.debian.org/med-team/amap-align
+Vcs-Git: https://salsa.debian.org/med-team/amap-align.git
+Homepage: https://github.com/mes5k/amap-align
Package: amap-align
Architecture: any
=====================================
debian/patches/rename-amap.diff deleted
=====================================
--- a/debian/patches/rename-amap.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-Since version 2.0-2, this patch is not applied anymore, because the old
-amap package related to networking has been removed from Debian.
---- a/align/Amap.cc
-+++ b/align/Amap.cc
-@@ -660,7 +660,12 @@
- << "files README and README.PROBCONS for details." << endl
- << endl
- << "Usage:" << endl
-- << " amap [OPTION]... [MFAFILE]..." << endl
-+ << " amap-align [OPTION]... [MFAFILE]..." << endl
-+ << endl
-+ << "Note:" << endl
-+ << "On Debian systems, amap is renamed amap-align because there is already" << endl
-+ << "an amap program in our archives. On other systems, it is possible that " << endl
-+ << "you will find this program under its original amap name." << endl
- << endl
- << "Description:" << endl
- << " Align sequences in MFAFILE(s) and print result to standard output" << endl
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
+include /usr/share/dpkg/default.mk
+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
XP=xsltproc \
@@ -10,11 +12,10 @@ XP=xsltproc \
-''-param make.single.year.ranges "1" \
-o debian/
-pkg := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
SRCDIR=align
%:
- dh $@ --sourcedirectory=$(SRCDIR) --parallel
+ dh $@ --sourcedirectory=$(SRCDIR)
override_dh_auto_build:
dh_auto_build
@@ -26,4 +27,4 @@ override_dh_auto_build:
override_dh_installexamples:
dh_installexamples
- chmod 644 debian/$(pkg)/usr/share/doc/$(pkg)/examples/BB12020.tfa
+ chmod 644 debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples/BB12020.tfa
=====================================
debian/source/lintian-overrides deleted
=====================================
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# this is not reference to an not existing URL but the documentation that the URL does not exist
-amap-align source: obsolete-url-in-packaging debian/watch http://code.google.com/p/amap-align/
View it on GitLab: https://salsa.debian.org/med-team/amap-align/compare/78dd7195fedec3622f813bf01c2342af65521510...316c78d255b525a70532eb0a5ba8bfd4b3a56102
--
View it on GitLab: https://salsa.debian.org/med-team/amap-align/compare/78dd7195fedec3622f813bf01c2342af65521510...316c78d255b525a70532eb0a5ba8bfd4b3a56102
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180715/dee7c588/attachment-0001.html>
More information about the debian-med-commit
mailing list