Andreas Tille pushed to branch master at Debian Med / microbiomeutil

Commits:
0116fe9a by Andreas Tille at 2018-07-05T11:46:24+02:00
Remove unneeded get-orig-source target

- - - - -
f21914d7 by Andreas Tille at 2018-07-05T11:48:10+02:00
Remove Tim Booth from Uploaders (thanks for your work, Tim)

- - - - -
37cdd119 by Andreas Tille at 2018-07-05T11:50:36+02:00
Secure URI in watch file

- - - - -
1595c028 by Andreas Tille at 2018-07-05T11:50:48+02:00
debhelper 11

- - - - -
db028fdf by Andreas Tille at 2018-07-05T11:51:53+02:00
Remove broken XS-Autobuild

- - - - -
168bd242 by Andreas Tille at 2018-07-05T11:52:16+02:00
Point Vcs fields to salsa.debian.org

- - - - -
27a21c25 by Andreas Tille at 2018-07-05T11:52:16+02:00
Standards-Version: 4.1.4

- - - - -
6be67073 by Andreas Tille at 2018-07-05T12:02:11+02:00
Drop unneeded patch

- - - - -
ed5d237b by Andreas Tille at 2018-07-05T12:03:04+02:00
hardening=+all

- - - - -
f456ada4 by Andreas Tille at 2018-07-05T12:06:06+02:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/compat
- debian/control
- − debian/patches/Makefile_make_no_NAST.patch
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,20 @@
-microbiomeutil (20101212+dfsg1-2) UNRELEASED; urgency=low
+microbiomeutil (20101212+dfsg1-2) unstable; urgency=low
 
+  [ Steffen Moeller ]
   * debian/upstream/metadata:
     - Added references to registries
     - yamllint cleanliness
 
- -- Steffen Moeller <[email protected]>  Thu, 14 Sep 2017 10:15:35 +0200
+  [ Andreas Tille ]
+  * Remove unneeded get-orig-source target
+  * Remove Tim Booth from Uploaders (thanks for your work, Tim)
+  * Secure URI in watch file
+  * debhelper 11
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.1.4
+  * hardening=+all
+
+ -- Andreas Tille <[email protected]>  Thu, 05 Jul 2018 12:03:11 +0200
 
 microbiomeutil (20101212+dfsg1-1) unstable; urgency=low
 


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


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,15 @@
 Source: microbiomeutil
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 Uploaders: Steffen Moeller <[email protected]>,
-           Tim Booth <[email protected]>,
            Andreas Tille <[email protected]>
 Section: science
-XS-Autobuild: no
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11~),
                cdbfasta,
                blast2
-Standards-Version: 3.9.6
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/microbiomeutil.git
-Vcs-Git: git://anonscm.debian.org/debian-med/microbiomeutil.git
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/microbiomeutil
+Vcs-Git: https://salsa.debian.org/med-team/microbiomeutil.git
 Homepage: http://microbiomeutil.sourceforge.net/
 
 Package: microbiomeutil


=====================================
debian/patches/Makefile_make_no_NAST.patch deleted
=====================================
--- a/debian/patches/Makefile_make_no_NAST.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: microbiomeutil-2010-11-02/Makefile
-===================================================================
---- microbiomeutil-2010-11-02.orig/Makefile    2010-12-02 09:55:58.332519690 
+0100
-+++ microbiomeutil-2010-11-02/Makefile 2010-12-02 09:57:32.116519685 +0100
-@@ -1,5 +1,6 @@
- 
--DIRS = NAST-iEr ChimeraSlayer WigeoN RESOURCES
-+#DIRS = NAST-iEr ChimeraSlayer WigeoN RESOURCES
-+DIRS = ChimeraSlayer WigeoN RESOURCES
- 
- all clean:
-       X=`pwd`; \
-@@ -8,7 +9,8 @@
- 
- 
- 
--test: testNast testWigeon testChimeraSlayer
-+#test: testNast testWigeon testChimeraSlayer
-+test: testWigeon testChimeraSlayer
- 
- testNast:
-       cd NAST-iEr; make test


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 pkgdata:=microbiomeutil-data
 sampledir:=$(CURDIR)/debian/$(pkgdata)/usr/share/doc/$(pkgdata)/examples
 
@@ -55,7 +57,3 @@ override_dh_fixperms :
        dh_fixperms
        find debian -type f -name '*.pm' -print0 | xargs -0r chmod a-x
        find debian -type f -name 'genus_counter.pl' -print0 | xargs -0r chmod 
a+x
-
-get-orig-source:
-       mkdir -p ../tarballs
-       uscan --verbose --force-download --repack-compression xz --destdir 
../tarballs


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
-version=3
-opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg[0-9]*//g" \
-  http://sf.net/microbiomeutil/microbiomeutil_(.*)\.tgz
+version=4
+
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg[0-9]*//g,repack,compression=xz"
 \
+  https://sf.net/microbiomeutil/microbiomeutil_(.*)\.tgz



View it on GitLab: 
https://salsa.debian.org/med-team/microbiomeutil/compare/69a7d9be2a1a8ed679bc23a3a3a67883b5500a50...f456ada47a6e308830b35fd6f7cea8539b57d789

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/microbiomeutil/compare/69a7d9be2a1a8ed679bc23a3a3a67883b5500a50...f456ada47a6e308830b35fd6f7cea8539b57d789
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to