diff -Nru ruby-coffee-script-2.4.1/debian/changelog ruby-coffee-script-2.4.1/debian/changelog --- ruby-coffee-script-2.4.1/debian/changelog 2015-08-14 17:06:41.000000000 +0000 +++ ruby-coffee-script-2.4.1/debian/changelog 2019-11-11 00:54:36.000000000 +0000 @@ -1,3 +1,23 @@ +ruby-coffee-script (2.4.1-2) unstable; urgency=medium + + [ Antonio Terceiro ] + * d/control (Uploaders): Remove myself. + + [ Daniel Leidert ] + * debian/compat: Raise to dh level 12. + * debian/control (Standards-Version): Bump to 4.4.1. + (Build-Depends): Drop ruby-coffee-script-source and ruby-execjs. They will + be pulled in via the Depends field. + (Vcs-Git, Vcs-Browser): Set to salsa.d.o location. + (Homepage): Point to the Rails GitHub project. + (Uploaders): Add myself to fix no-human-maintainers. + * d/copyright (Format): Fix insecure-copyright-format-uri. + (Source): Point to the Rails GitHub project. + * debian/rules: Comment GEM2DEB_TEST_RUNNER and let autopkgtest handle this. + * d/watch: Use gemwatch.d.n. + + -- Daniel Leidert Mon, 11 Nov 2019 01:54:36 +0100 + ruby-coffee-script (2.4.1-1) unstable; urgency=medium * New upstream release diff -Nru ruby-coffee-script-2.4.1/debian/compat ruby-coffee-script-2.4.1/debian/compat --- ruby-coffee-script-2.4.1/debian/compat 2015-08-14 17:06:41.000000000 +0000 +++ ruby-coffee-script-2.4.1/debian/compat 2019-11-11 00:54:36.000000000 +0000 @@ -1 +1 @@ -9 +12 diff -Nru ruby-coffee-script-2.4.1/debian/control ruby-coffee-script-2.4.1/debian/control --- ruby-coffee-script-2.4.1/debian/control 2015-08-14 17:06:41.000000000 +0000 +++ ruby-coffee-script-2.4.1/debian/control 2019-11-11 00:54:36.000000000 +0000 @@ -2,15 +2,12 @@ Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers -Uploaders: Antonio Terceiro -Build-Depends: debhelper (>= 9~), - gem2deb, - ruby-coffee-script-source, - ruby-execjs -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-coffee-script.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-coffee-script.git -Homepage: http://github.com/josh/ruby-coffee-script +Uploaders: Daniel Leidert +Build-Depends: debhelper (>= 12~), gem2deb +Standards-Version: 4.4.1 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-coffee-script.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-coffee-script +Homepage: https://github.com/rails/ruby-coffee-script Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all diff -Nru ruby-coffee-script-2.4.1/debian/copyright ruby-coffee-script-2.4.1/debian/copyright --- ruby-coffee-script-2.4.1/debian/copyright 2015-08-14 17:06:41.000000000 +0000 +++ ruby-coffee-script-2.4.1/debian/copyright 2019-11-11 00:54:36.000000000 +0000 @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: coffee-script -Source: https://github.com/josh/ruby-coffee-script +Source: https://github.com/rails/ruby-coffee-script Files: * Copyright: 2010 Joshua Peek diff -Nru ruby-coffee-script-2.4.1/debian/rules ruby-coffee-script-2.4.1/debian/rules --- ruby-coffee-script-2.4.1/debian/rules 2015-08-14 17:06:41.000000000 +0000 +++ ruby-coffee-script-2.4.1/debian/rules 2019-11-11 00:54:36.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f - -export GEM2DEB_TEST_RUNNER = --check-dependencies +# +#export GEM2DEB_TEST_RUNNER = --check-dependencies %: dh $@ --buildsystem=ruby --with ruby diff -Nru ruby-coffee-script-2.4.1/debian/watch ruby-coffee-script-2.4.1/debian/watch --- ruby-coffee-script-2.4.1/debian/watch 2015-08-14 17:06:41.000000000 +0000 +++ ruby-coffee-script-2.4.1/debian/watch 2019-11-11 00:54:36.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/coffee-script .*/coffee-script-(.*).tar.gz +version=4 +https://gemwatch.debian.net/coffee-script .*/coffee-script-(.*).tar.gz