diff options
author | Julien Valroff <julien@kirya.net> | 2010-07-26 18:08:40 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-07-26 18:08:40 +0200 |
commit | 752866c15d72a4100bd4e6164a365a9f730ae45e (patch) | |
tree | 124663386f09ef9ec0cd12bcea4e640f12e62066 /debian | |
parent | be256afc55430530cb0aa066a9236daaf670ecc5 (diff) |
New Policydebian/0.3.0-2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4134895..946d739 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rapid-photo-downloader (0.3.0-2) unstable; urgency=low + + * New Debian Policy 3.9.1 (no changes needed) + + -- Julien Valroff <julien@kirya.net> Mon, 26 Jul 2010 18:08:01 +0200 + rapid-photo-downloader (0.3.0-1) unstable; urgency=low * New Upstream Version diff --git a/debian/control b/debian/control index 52df0f0..bf1b85d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7.0.50~), python Build-Depends-Indep: python-support (>= 0.90), gettext -Standards-Version: 3.9.0 +Standards-Version: 3.9.1 Homepage: http://damonlynch.net/rapid Vcs-Git: git://git.kirya.net/git/rapid-photo-downloader.git Vcs-Browser: http://git.kirya.net/?p=rapid-photo-downloader.git;a=summary diff --git a/debian/rules b/debian/rules index 7addbfa..c24dd54 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ override_dh_auto_configure: override_dh_auto_install: dh_auto_install - rm -rf debian/rapid-photo-downloader/usr/share/icons/hicolor/scalable/ + -rm -rf debian/rapid-photo-downloader/usr/share/icons/hicolor/scalable/ override_dh_auto_clean: -rm rapid-photo-downloader.1 |