diff -Nru fosfat-0.4.0-13-ged091bb/debian/changelog fosfat-0.4.0-13-ged091bb/debian/changelog --- fosfat-0.4.0-13-ged091bb/debian/changelog 2017-08-10 23:04:13.000000000 +0000 +++ fosfat-0.4.0-13-ged091bb/debian/changelog 2018-02-23 19:53:43.000000000 +0000 @@ -1,3 +1,10 @@ +fosfat (0.4.0-13-ged091bb-3) unstable; urgency=medium + + * Cleanup d/control thanks to `cme update dpkg-control` + * Update Vcs-* for the move to Salsa + + -- Didier Raboud Fri, 23 Feb 2018 20:53:43 +0100 + fosfat (0.4.0-13-ged091bb-2) unstable; urgency=medium * Bump debhelper compat to 10 diff -Nru fosfat-0.4.0-13-ged091bb/debian/control fosfat-0.4.0-13-ged091bb/debian/control --- fosfat-0.4.0-13-ged091bb/debian/control 2017-08-10 23:03:52.000000000 +0000 +++ fosfat-0.4.0-13-ged091bb/debian/control 2018-02-17 15:54:20.000000000 +0000 @@ -1,16 +1,20 @@ Source: fosfat +Maintainer: Didier Raboud Section: otherosfs Priority: optional -Maintainer: Didier Raboud -Build-Depends: debhelper (>= 10.2.5~), pkg-config (>= 0.20), libfuse-dev (>= 2.6), doxygen -Standards-Version: 4.0.1 +Build-Depends: debhelper (>= 10.2.5~), + pkg-config, + libfuse-dev, + doxygen +Standards-Version: 4.1.3 +Vcs-Browser: https://salsa.debian.org/debian/fosfat +Vcs-Git: https://salsa.debian.org/debian/fosfat.git Homepage: https://skywalker13.github.io/Fosfat/ -Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/fosfat.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/fosfat.git Package: fosfat Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: FUSE library to access Smaky formatted disk (ro) Fosfat is a C library for providing read-only access to a Smaky formatted disk. Currently, only a tool and a FUSE extension that @@ -22,11 +26,12 @@ Polytechnique Federale de Lausanne), in Switzerland, from 1974. Package: libfosfat0 -Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: API for the Smaky file system Fosfat is a C library for providing read-only access to a Smaky formatted disk. Currently, only a tool and a FUSE extension that @@ -41,11 +46,12 @@ Smaky file system. Package: libfosgra0 -Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same +Section: libs +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: library to decode Smaky .IMAGE files Fosfat is a C library for providing read-only access to a Smaky formatted disk. Currently, only a tool and a FUSE extension that @@ -60,12 +66,13 @@ picture file. Package: fosfat-dev -Section: devel Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, +Section: devel +Depends: ${shlibs:Depends}, + ${misc:Depends}, libfosfat0 (= ${binary:Version}), libfosgra0 (= ${binary:Version}), - libjs-jquery, + libjs-jquery Description: FUSE library to access Smaky formatted disk, development files Fosfat is a C library for providing read-only access to a Smaky formatted disk. Currently, only a tool and a FUSE extension that