diff options
| author | Daniel Leidert <dleidert@debian.org> | 2021-12-07 05:30:14 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2021-12-07 10:36:50 +0000 |
| commit | 80d7b37a52b49541a8c462caa674c4553b3386b4 (patch) | |
| tree | 34e891cb916436d80677d75453a8245f96bb3498 | |
| parent | 25e3b43793f0ab94b835b7f90a835c12863c12b9 (diff) | |
1.0.2-2 (patches unapplied)HEADimport/1.0.2-2ubuntu/resolute-develubuntu/resoluteubuntu/questing-develubuntu/questingubuntu/plucky-develubuntu/pluckyubuntu/oracular-develubuntu/oracularubuntu/noble-develubuntu/nobleubuntu/mantic-develubuntu/manticubuntu/lunar-develubuntu/lunarubuntu/kinetic-develubuntu/kineticubuntu/jammy-proposedubuntu/jammy-develubuntu/jammyubuntu/develdebian/siddebian/bookworm
Imported using git-ubuntu import.
Notes
Notes:
* Team upload.
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on gem2deb, rake and ruby-rspec.
[ Daniel Leidert ]
* d/control (Standards-Version): Bump to 4.6.0.
* d/rules: Install upstream changelog.
* d/upstream/metadata: Update some URLs.
| -rw-r--r-- | debian/changelog | 15 | ||||
| -rw-r--r-- | debian/control | 8 | ||||
| -rwxr-xr-x | debian/rules | 3 | ||||
| -rw-r--r-- | debian/upstream/metadata | 4 |
4 files changed, 24 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index ede69af..773df8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +ruby-cssminify (1.0.2-2) unstable; urgency=medium + + * Team upload. + + [ Debian Janitor ] + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on gem2deb, rake and ruby-rspec. + + [ Daniel Leidert ] + * d/control (Standards-Version): Bump to 4.6.0. + * d/rules: Install upstream changelog. + * d/upstream/metadata: Update some URLs. + + -- Daniel Leidert <dleidert@debian.org> Tue, 07 Dec 2021 05:30:14 +0100 + ruby-cssminify (1.0.2-1) unstable; urgency=medium * Initial release (Closes: #982260) diff --git a/debian/control b/debian/control index d26eef5..02bd9e9 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,10 @@ Priority: optional Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org> Uploaders: Klaumi Klingsporn <klaumikli@gmx.de> Build-Depends: debhelper-compat (= 13), - gem2deb (>= 1), - rake (>= 0.8.3), - ruby-rspec (>=2.7) -Standards-Version: 4.5.1 + gem2deb, + rake, + ruby-rspec +Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-cssminify.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-cssminify Homepage: https://github.com/matthiassiegel/cssminify diff --git a/debian/rules b/debian/rules index 4e91465..c8a66a8 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,6 @@ export DH_RUBY = --gem-install %: dh $@ --buildsystem=ruby --with ruby + +override_dh_installchangelogs: + dh_installchangelogs CHANGES.md diff --git a/debian/upstream/metadata b/debian/upstream/metadata index c07e6e6..88aed17 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,7 +1,7 @@ --- Archive: GitHub Bug-Database: https://github.com/matthiassiegel/cssminify/issues -Bug-Submit: https://github.com/matthiassiegel/cssminify/issues -Changelog: https://github.com/matthiassiegel/cssminify/tags +Bug-Submit: https://github.com/matthiassiegel/cssminify/issues/new +Changelog: https://github.com/matthiassiegel/cssminify/blob/master/CHANGES.md Repository: https://github.com/matthiassiegel/cssminify.git Repository-Browse: https://github.com/matthiassiegel/cssminify |
