Author: latticetower-guest Date: 2016-06-26 09:29:32 +0000 (Sun, 26 Jun 2016) New Revision: 22212
Modified: trunk/packages/rostlab/libzerg/trunk/debian/changelog trunk/packages/rostlab/libzerg/trunk/debian/control Log: cme fix dpkg-control Modified: trunk/packages/rostlab/libzerg/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/libzerg/trunk/debian/changelog 2016-06-26 09:06:07 UTC (rev 22211) +++ trunk/packages/rostlab/libzerg/trunk/debian/changelog 2016-06-26 09:29:32 UTC (rev 22212) @@ -1,3 +1,10 @@ +libzerg (1.0.7-7) UNRELEASED; urgency=medium + + * Team upload. + * cme fix dpkg-control + + -- Tatiana Malygina <[email protected]> Sun, 26 Jun 2016 12:28:12 +0300 + libzerg (1.0.7-6) unstable; urgency=medium * Updated standards version. Modified: trunk/packages/rostlab/libzerg/trunk/debian/control =================================================================== --- trunk/packages/rostlab/libzerg/trunk/debian/control 2016-06-26 09:06:07 UTC (rev 22211) +++ trunk/packages/rostlab/libzerg/trunk/debian/control 2016-06-26 09:29:32 UTC (rev 22212) @@ -1,19 +1,23 @@ Source: libzerg +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Laszlo Kajan <[email protected]>, + Andreas Tille <[email protected]> Section: science Priority: extra -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Laszlo Kajan <[email protected]>, - Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, flex, perl -Standards-Version: 3.9.5 +Build-Depends: debhelper (>= 7.0.50~), + dh-autoreconf, + flex, + perl +Standards-Version: 3.9.8 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/rostlab/libzerg/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/rostlab/libzerg/trunk/ -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/rostlab/libzerg/trunk/ Homepage: http://code.google.com/p/libzerg/ Package: libzerg0 Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: C library for lexically scanning the output of NCBI BLAST programs Zerg is a C library for lexing - lexically scanning - the output of NCBI BLAST programs. @@ -30,7 +34,8 @@ Package: libzerg0-dev Architecture: any Section: libdevel -Depends: libzerg0 (= ${binary:Version}), ${misc:Depends} +Depends: libzerg0 (= ${binary:Version}), + ${misc:Depends} Provides: libzerg-dev Description: development libraries and header files for libzerg Zerg is a C library for lexing - lexically scanning - the output of NCBI @@ -49,7 +54,8 @@ Package: libzerg0-dbg Architecture: any Section: debug -Depends: libzerg0 (= ${binary:Version}), ${misc:Depends} +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. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
