[med-svn] [Git][med-team/concavity][master] 8 commits: Remove unneeded Testsuite: autopkgtest

Andreas Tille gitlab at salsa.debian.org
Fri Jul 13 20:36:17 BST 2018


Andreas Tille pushed to branch master at Debian Med / concavity


Commits:
fe654efe by Andreas Tille at 2018-07-13T21:18:01+02:00
Remove unneeded Testsuite: autopkgtest

- - - - -
86992e70 by Andreas Tille at 2018-07-13T21:19:15+02:00
Fake watch file

- - - - -
34094abc by Andreas Tille at 2018-07-13T21:19:40+02:00
debhelper 11

- - - - -
c16c5e78 by Andreas Tille at 2018-07-13T21:19:43+02:00
Point Vcs fields to salsa.debian.org

- - - - -
c91b360b by Andreas Tille at 2018-07-13T21:19:43+02:00
Standards-Version: 4.1.5

- - - - -
5a9a7a70 by Andreas Tille at 2018-07-13T21:25:17+02:00
Do not warn about fake watch file

- - - - -
bfec685e by Andreas Tille at 2018-07-13T21:29:33+02:00
Do not parse d/changelog

- - - - -
45c6fe22 by Andreas Tille at 2018-07-13T21:30:47+02:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules
- + debian/source/lintian-overrides
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-concavity (0.1+dfsg.1-2) UNRELEASED; urgency=medium
+concavity (0.1+dfsg.1-2) unstable; urgency=medium
 
+  [ Steffen Moeller ]
   * debian/upstream/metadata: Added ref to OMICtools
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 03 Aug 2017 16:12:37 +0200
+  [ Andreas Tille ]
+  * Remove unneeded Testsuite: autopkgtest
+  * Fake watch file
+  * debhelper 11
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.1.5
+  * Do not parse d/changelog
+
+ -- Andreas Tille <tille at debian.org>  Fri, 13 Jul 2018 21:29:39 +0200
 
 concavity (0.1+dfsg.1-1) unstable; urgency=medium
 


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Laszlo Kajan <lkajan at rostlab.org>,
            Andreas Tille <tille at debian.org>
 Section: science
-Testsuite: autopkgtest
 Priority: optional
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/concavity.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/concavity.git
+Build-Depends: debhelper (>= 11~)
+Standards-Version: 4.1.5
+Vcs-Browser: https://salsa.debian.org/med-team/concavity
+Vcs-Git: https://salsa.debian.org/med-team/concavity.git
 Homepage: http://compbio.cs.princeton.edu/concavity/
 
 Package: concavity


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+include /usr/share/dpkg/default.mk
+
 export prefix:=/usr
 export USER_CFLAGS:="-Wno-write-strings"
-export VERSION:=$(shell dpkg-parsechangelog --format rfc822|sed --posix -n -e 's/^Version: \([0-9.]*\).*/\1/p;')
+export VERSION:=$(shell echo $(DEB_VERSION_UPSTREAM) | sed 's/+dfsg//')
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
@@ -12,7 +14,7 @@ get-orig-source:
 	mk-origtargz --repack --compress xz ../concavity_distr.tar.gz
 
 %:
-	dh $@ --parallel
+	dh $@
 
 man:
 	$(MAKE) man VERSION=$(VERSION) prefix=$(prefix)


=====================================
debian/source/lintian-overrides
=====================================
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Its a fake watch file anyway
+concavity source: debian-watch-file-should-mangle-version line 3


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1 +1,3 @@
-# upstream does not provide versioned tarballs
+version=4
+opts=dversionmangle=s/.*/0.No-Release/ \
+  https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz



View it on GitLab: https://salsa.debian.org/med-team/concavity/compare/064702a8b677dccb087e5fb8580b57639e7c9018...45c6fe226455e24349a940ed9c3c01e87ec4ebdc

-- 
View it on GitLab: https://salsa.debian.org/med-team/concavity/compare/064702a8b677dccb087e5fb8580b57639e7c9018...45c6fe226455e24349a940ed9c3c01e87ec4ebdc
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/20180713/ef4417a5/attachment-0001.html>


More information about the debian-med-commit mailing list