diff -Nru libgenome-1.3.1/debian/changelog libgenome-1.3.1/debian/changelog --- libgenome-1.3.1/debian/changelog 2016-08-12 08:52:24.000000000 +0000 +++ libgenome-1.3.1/debian/changelog 2017-10-05 15:30:49.000000000 +0000 @@ -1,3 +1,13 @@ +libgenome (1.3.1-10) unstable; urgency=medium + + * Moved packaging from SVN to Git + * Use fake watch file since source is checked out from SVN (upstream + does not provide release downloads) + * debhelper 10 + * Standards-Version: 4.1.1 (no changes needed) + + -- Andreas Tille Thu, 05 Oct 2017 17:30:49 +0200 + libgenome (1.3.1-9) unstable; urgency=medium * Add Multi-Arch: same and Pre-Depends: ${misc:Pre-Depends} diff -Nru libgenome-1.3.1/debian/compat libgenome-1.3.1/debian/compat --- libgenome-1.3.1/debian/compat 2013-11-07 10:30:46.000000000 +0000 +++ libgenome-1.3.1/debian/compat 2017-10-05 15:30:49.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libgenome-1.3.1/debian/control libgenome-1.3.1/debian/control --- libgenome-1.3.1/debian/control 2016-08-12 08:48:57.000000000 +0000 +++ libgenome-1.3.1/debian/control 2017-10-05 15:30:49.000000000 +0000 @@ -3,12 +3,11 @@ Uploaders: Andreas Tille Section: science Priority: optional -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 10), d-shlibs (>= 0.61) -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/libgenome/trunk/ -Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libgenome/trunk/ +Standards-Version: 4.1.1 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libgenome.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/libgenome.git Homepage: https://sourceforge.net/projects/libgenome/ Package: libgenome-1.3-dev diff -Nru libgenome-1.3.1/debian/libgenome-1.3-dev.install libgenome-1.3.1/debian/libgenome-1.3-dev.install --- libgenome-1.3.1/debian/libgenome-1.3-dev.install 2014-04-13 19:46:50.000000000 +0000 +++ libgenome-1.3.1/debian/libgenome-1.3-dev.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/lib/*/pkgconfig/* - diff -Nru libgenome-1.3.1/debian/patches/drop-version-number.patch libgenome-1.3.1/debian/patches/drop-version-number.patch --- libgenome-1.3.1/debian/patches/drop-version-number.patch 1970-01-01 00:00:00.000000000 +0000 +++ libgenome-1.3.1/debian/patches/drop-version-number.patch 2017-10-05 15:30:49.000000000 +0000 @@ -0,0 +1,24 @@ +Author: Andreas Tille +Last-Update: Wed, 27 Sep 2017 21:59:25 +0200 +Description: Drop version number from library file name + . + While for aesthetical reasons it woould make sense to apply + this patch and rename the binary that's a lot of work also + for its rdepends and needs severe testing for a very low popcon + package - so it is deactivated. + +--- a/libGenome/Makefile.am ++++ b/libGenome/Makefile.am +@@ -35,9 +35,9 @@ library_includedir=$(includedir)/$(GENER + + library_include_HEADERS = $(LIBGENOME_H) + +-lib_LTLIBRARIES = libGenome-1.3.la +-libGenome_1_3_la_SOURCES = $(LIBGENOME_SRC) +-libGenome_1_3_la_LDFLAGS= -version-info $(GENERIC_LIBRARY_VERSION) ++lib_LTLIBRARIES = libGenome.la ++libGenome_la_SOURCES = $(LIBGENOME_SRC) ++libGenome_la_LDFLAGS= -version-info $(GENERIC_LIBRARY_VERSION) + + + diff -Nru libgenome-1.3.1/debian/rules libgenome-1.3.1/debian/rules --- libgenome-1.3.1/debian/rules 2016-08-12 08:45:57.000000000 +0000 +++ libgenome-1.3.1/debian/rules 2017-10-05 15:30:49.000000000 +0000 @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow %: - dh $@ --with autoreconf + dh $@ override_dh_install: dh_install diff -Nru libgenome-1.3.1/debian/watch libgenome-1.3.1/debian/watch --- libgenome-1.3.1/debian/watch 2013-09-12 08:59:42.000000000 +0000 +++ libgenome-1.3.1/debian/watch 2017-10-05 15:30:49.000000000 +0000 @@ -1,6 +1,10 @@ -version=3 +version=4 +opts=dversionmangle=s/.*/0.No-Release/ \ + https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz +# -> now at sourceforge but no releases: +# https://sourceforge.net/projects/libgenome/files/ +# is empty # http://gel.ahabs.wisc.edu/mauve/source/libGenome-(.*)\.tar\.gz # http://gel.ahabs.wisc.edu/mauve/source/mauve_.*/libGenome-(.*)\.tar\.gz - -http://gel.ahabs.wisc.edu/mauve/source/mauve_([\.\d]+)/ libGenome-(.*)\.tar\.gz +# http://gel.ahabs.wisc.edu/mauve/source/mauve_([\.\d]+)/ libGenome-(.*)\.tar\.gz