diff -Nru libzerg-1.0.7/debian/changelog libzerg-1.0.7/debian/changelog --- libzerg-1.0.7/debian/changelog 2016-07-16 16:51:00.000000000 +0000 +++ libzerg-1.0.7/debian/changelog 2017-11-28 14:39:03.000000000 +0000 @@ -1,3 +1,17 @@ +libzerg (1.0.7-9) unstable; urgency=medium + + * Moved packaging from SVN to Git + * debhelper 10 + * Priority: optional + * Remove dbg package + * Do not parse d/changelog + * Standards-Version: 4.1.1 + * Fix homepage + * d/watch: version=4, drop useless comments + * Delete README.Debian which is just repeating reference + + -- Andreas Tille Tue, 28 Nov 2017 15:39:03 +0100 + libzerg (1.0.7-8) unstable; urgency=medium * Team upload. diff -Nru libzerg-1.0.7/debian/compat libzerg-1.0.7/debian/compat --- libzerg-1.0.7/debian/compat 2016-07-05 14:10:09.000000000 +0000 +++ libzerg-1.0.7/debian/compat 2017-11-28 14:39:03.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libzerg-1.0.7/debian/control libzerg-1.0.7/debian/control --- libzerg-1.0.7/debian/control 2016-07-05 14:30:35.000000000 +0000 +++ libzerg-1.0.7/debian/control 2017-11-28 14:39:03.000000000 +0000 @@ -3,15 +3,14 @@ Uploaders: Laszlo Kajan , Andreas Tille Section: science -Priority: extra -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Priority: optional +Build-Depends: debhelper (>= 10), flex, d-shlibs -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/rostlab/libzerg/trunk/ -Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/rostlab/libzerg/trunk/ -Homepage: http://code.google.com/p/libzerg/ +Standards-Version: 4.1.1 +Vcs-Browser: https://anonscm.debian.org/git/debian-med/libzerg.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/libzerg.git +Homepage: https://sourceforge.net/projects/libzerg/ Package: libzerg0 Architecture: any @@ -36,8 +35,8 @@ Section: libdevel Depends: libzerg0 (= ${binary:Version}), ${misc:Depends} -Provides: libzerg-dev Conflicts: libzerg-dev +Provides: libzerg-dev Description: development libraries and header files for libzerg Zerg is a C library for lexing - lexically scanning - the output of NCBI BLAST programs. @@ -51,14 +50,3 @@ . This package contains the header files and documentation needed to develop applications with libzerg. - -Package: libzerg0-dbg -Architecture: any -Section: debug -Depends: libzerg0 (= ${binary:Version}), - ${misc:Depends} -Description: debugging symbols for libzerg - Zerg is a C library for lexing - lexically scanning - the output of NCBI - BLAST programs. - . - This package provides the detached debug symbols. diff -Nru libzerg-1.0.7/debian/copyright libzerg-1.0.7/debian/copyright --- libzerg-1.0.7/debian/copyright 2016-07-05 14:08:26.000000000 +0000 +++ libzerg-1.0.7/debian/copyright 2017-11-28 14:39:03.000000000 +0000 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libzerg Upstream-Contact: Apuã Paquola -Source: http://code.google.com/p/libzerg/ +Source: https://sourceforge.net/projects/libzerg/ Files: * Copyright: 2002 Apuã Paquola - Instituto de Química - Universidade de São Paulo - Brasil diff -Nru libzerg-1.0.7/debian/README.Debian libzerg-1.0.7/debian/README.Debian --- libzerg-1.0.7/debian/README.Debian 2013-09-12 09:00:29.000000000 +0000 +++ libzerg-1.0.7/debian/README.Debian 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -libzerg for Debian ------------------- - -Reference -========= - -* Paquola, Apuã C M, Machado, Abimael A, Reis, Eduardo M, Da Silva, Aline M, and Verjovski-Almeida, Sergio: Zerg: a very fast BLAST parser library., Bioinformatics 19(8), volume 19, 1035–6, May 2003 - - -- Laszlo Kajan Wed, 14 Sep 2011 15:29:37 +0200 diff -Nru libzerg-1.0.7/debian/rules libzerg-1.0.7/debian/rules --- libzerg-1.0.7/debian/rules 2016-07-05 14:29:45.000000000 +0000 +++ libzerg-1.0.7/debian/rules 2017-11-28 14:39:03.000000000 +0000 @@ -2,7 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all -DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +include /usr/share/dpkg/default.mk # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -11,14 +11,14 @@ sed -ne '/License terms/q; /^Changes/,$$p' < $< > $@ build: Changes - dh $@ --with autoreconf + dh $@ clean: rm -f Changes - dh $@ --with autoreconf + dh $@ %: - dh $@ --with autoreconf + dh $@ override_dh_clean: dh_clean @@ -31,7 +31,4 @@ --multiarch \ --exclude-la \ --movedev debian/tmp/usr/include/* usr/include \ - debian/tmp/usr/lib/*/$(DEBPKGNAME).so - -override_dh_strip: - dh_strip --dbg-package=libzerg0-dbg + debian/tmp/usr/lib/*/$(DEB_SOURCE).so diff -Nru libzerg-1.0.7/debian/watch libzerg-1.0.7/debian/watch --- libzerg-1.0.7/debian/watch 2013-09-12 09:00:29.000000000 +0000 +++ libzerg-1.0.7/debian/watch 2017-11-28 14:39:03.000000000 +0000 @@ -1,5 +1,3 @@ -# Compulsory line, this is a version 3 file -version=3 +version=4 -# Uncomment to find new files on sourceforge, for devscripts >= 2.9 http://sf.net/libzerg/libzerg_(.*)\.tar\.gz