Bas Couwenberg pushed to branch master at Debian GIS Project / node-leaflet-hash
Commits: 81b2f49e by Bas Couwenberg at 2020-02-10T18:35:26+01:00 Revert "Drop compat, switch to debhelper-compat" This reverts commit 73a54e5027969b1275a6f70e557a267f7680b0ce. - - - - - b0531f39 by Bas Couwenberg at 2020-02-10T18:36:09+01:00 Use full name in changelog. - - - - - bf8fc426 by Bas Couwenberg at 2020-02-10T18:40:22+01:00 Add newlines at the end of files. - - - - - 5 changed files: - debian/changelog - + debian/compat - debian/control - debian/tests/control - debian/tests/runtest Changes: ===================================== debian/changelog ===================================== @@ -7,13 +7,12 @@ node-leaflet-hash (0.2.1-3) unstable; urgency=medium * Update gbp.conf to use --source-only-changes by default. * Drop Name field from upstream metadata. - [ Nilesh ] + [ Nilesh Patra ] * Remove require, add a simple autopkgtest - * Drop compat, switch to debhelper-compat * Add "Rules-Requires-Root: no" * Install in /usr/share - -- Nilesh <[email protected]> Mon, 10 Feb 2020 22:46:07 +0530 + -- Nilesh Patra <[email protected]> Mon, 10 Feb 2020 22:46:07 +0530 node-leaflet-hash (0.2.1-2) unstable; urgency=medium ===================================== debian/compat ===================================== @@ -0,0 +1 @@ +9 ===================================== debian/control ===================================== @@ -3,7 +3,8 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Ross Gammon <[email protected]> Section: javascript Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper (>= 9), + dh-buildinfo, nodejs Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/node-leaflet-hash ===================================== debian/tests/control ===================================== @@ -1,3 +1,3 @@ Tests: runtest Depends: node-leaflet-hash, node-leaflet, rollup -Restrictions: allow-stderr \ No newline at end of file +Restrictions: allow-stderr ===================================== debian/tests/runtest ===================================== @@ -7,4 +7,4 @@ echo ' var hash = new L.Hash(map); ' > foo.js rollup foo.js --output.file bundle.js --output.format cjs -rm -f ./bundle.js ./foo.js \ No newline at end of file +rm -f ./bundle.js ./foo.js View it on GitLab: https://salsa.debian.org/debian-gis-team/node-leaflet-hash/compare/896cdc38ebbeaebde95d7208542c6bb64afdaf90...bf8fc426074c853092e5cedbffe3956cdc6eacdb -- View it on GitLab: https://salsa.debian.org/debian-gis-team/node-leaflet-hash/compare/896cdc38ebbeaebde95d7208542c6bb64afdaf90...bf8fc426074c853092e5cedbffe3956cdc6eacdb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
