diff -Nru solarized-emacs-1.2.2/debian/changelog solarized-emacs-1.2.2/debian/changelog --- solarized-emacs-1.2.2/debian/changelog 2017-10-03 06:05:01.000000000 +0000 +++ solarized-emacs-1.2.2/debian/changelog 2019-02-02 09:46:04.000000000 +0000 @@ -1,3 +1,17 @@ +solarized-emacs (1.2.2-4) unstable; urgency=medium + + * Migrate to dh 12 + * d/control: Change Vcs-{Browser,Git} URL to salsa.debian.org + * d/control: Update Maintainer (to Debian Emacsen team) + * d/control: Declare Standards-Version 4.3.0 (no changes needed) + * d/control: Drop emacs{24,25} from Enhances + * d/control: Drop Built-Using field + * d/control: Add Rules-Requires-Root: no + * d/copyright: Update copyright information + * d/rules: Drop --parallel + + -- Lev Lamberov Sat, 02 Feb 2019 14:46:04 +0500 + solarized-emacs (1.2.2-3) unstable; urgency=medium * Depend on elpa-dash diff -Nru solarized-emacs-1.2.2/debian/compat solarized-emacs-1.2.2/debian/compat --- solarized-emacs-1.2.2/debian/compat 2017-10-03 06:05:01.000000000 +0000 +++ solarized-emacs-1.2.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru solarized-emacs-1.2.2/debian/control solarized-emacs-1.2.2/debian/control --- solarized-emacs-1.2.2/debian/control 2017-10-03 06:05:01.000000000 +0000 +++ solarized-emacs-1.2.2/debian/control 2019-02-02 09:46:04.000000000 +0000 @@ -1,15 +1,16 @@ Source: solarized-emacs Section: lisp Priority: optional -Maintainer: Debian Emacs addons team +Maintainer: Debian Emacsen team Uploaders: Lev Lamberov -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 12), dh-elpa -Standards-Version: 4.1.0 +Standards-Version: 4.3.0 +Rules-Requires-Root: no Testsuite: autopkgtest-pkg-elpa Homepage: https://github.com/bbatsov/solarized-emacs -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/solarized-emacs.git/ -Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/solarized-emacs.git +Vcs-Browser: https://salsa.debian.org/emacsen-team/solarized-emacs +Vcs-Git: https://salsa.debian.org/emacsen-team/solarized-emacs.git Package: elpa-solarized-theme Architecture: all @@ -17,10 +18,7 @@ ${misc:Depends}, elpa-dash Recommends: emacs (>= 46.0) -Enhances: emacs, - emacs24, - emacs25 -Built-Using: ${misc:Built-Using} +Enhances: emacs Description: port of Solarized theme to Emacs Solarized for Emacs is an Emacs port of the Solarized theme for vim, developed by Ethan Schoonover. The theme is implemented in terms of customizations and diff -Nru solarized-emacs-1.2.2/debian/copyright solarized-emacs-1.2.2/debian/copyright --- solarized-emacs-1.2.2/debian/copyright 2017-10-03 06:05:01.000000000 +0000 +++ solarized-emacs-1.2.2/debian/copyright 2019-02-02 09:46:04.000000000 +0000 @@ -7,7 +7,7 @@ License: GPL-3+ Files: debian/* -Copyright: (C) 2016 Lev Lamberov +Copyright: (C) 2016-2019 Lev Lamberov License: GPL-3+ License: GPL-3+ diff -Nru solarized-emacs-1.2.2/debian/rules solarized-emacs-1.2.2/debian/rules --- solarized-emacs-1.2.2/debian/rules 2017-10-03 06:05:01.000000000 +0000 +++ solarized-emacs-1.2.2/debian/rules 2019-02-02 09:46:04.000000000 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --parallel --with elpa + dh $@ --with elpa