diff options
| author | Balasankar C <balasankarc@autistici.org> | 2015-06-20 10:58:28 +0530 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2015-06-20 22:20:45 +0000 |
| commit | d4ee64e2991fe231d15da2ca7df2844aeaea4e03 (patch) | |
| tree | f43cfd228760218e5c88a83665babd54ce0fdc1b | |
| parent | 21d1412e9d3b192700631880b2a0e2879f11e5bc (diff) | |
1.0.3-4 (patches unapplied)import/1.0.3-4ubuntu/zesty-develubuntu/zestyubuntu/yakkety-develubuntu/yakketyubuntu/xenial-develubuntu/xenialubuntu/wily-proposedubuntu/wily-develubuntu/wilyubuntu/focal-develubuntu/focalubuntu/eoan-develubuntu/eoanubuntu/disco-develubuntu/discoubuntu/cosmic-develubuntu/cosmicubuntu/bionic-develubuntu/bionicubuntu/artful-develubuntu/artfuldebian/stretchdebian/buster
Imported using git-ubuntu import.
Notes
Notes:
* Add rake as build dependency (Closes: #788514)
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6542112..73e1f09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ruby-cssmin (1.0.3-4) unstable; urgency=medium + + * Add rake as build dependency (Closes: #788514) + + -- Balasankar C <balasankarc@autistici.org> Sat, 20 Jun 2015 10:58:28 +0530 + ruby-cssmin (1.0.3-3) unstable; urgency=medium * Re-upload to unstable as freeze is over diff --git a/debian/control b/debian/control index 35a4dca..e1064db 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> Uploaders: Balasankar C <balasankarc@autistici.org> -Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~) +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), rake, ruby-minitest Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-cssmin.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-cssmin.git;a=summary |
