[shutter] 11/73: make debian/rules a bit smaller
ChangZhuo Chen
czchen at moszumanska.debian.org
Thu Mar 2 01:29:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch master
in repository shutter.
commit 1be1e171d750560f9f286f4e3b405ee8ad7e6ab5
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date: Sun Jun 7 12:26:23 2009 -0700
make debian/rules a bit smaller
---
debian/changelog | 3 ++-
debian/rules | 20 +-------------------
2 files changed, 3 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c86a55d..64be85f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ shutter (0.70.2-2) UNRELEASED; urgency=low
* don't install anything into /usr/share/app-install/ (Closes:
#532178)
* add DMUA field
+ * make debian/rules a bit smaller
- -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 07 Jun 2009 12:22:32 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 07 Jun 2009 12:26:04 -0700
shutter (0.70.2-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index f72b49b..997746d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,23 +7,5 @@ override_dh_install:
mv debian/$(shell dh_listpackages)/usr/share/shutter/resources/modules/Shutter debian/$(shell dh_listpackages)/usr/share/perl5/
rm -fr debian/$(shell dh_listpackages)/usr/share/shutter/resources/modules/
-build: build-stamp
-build-stamp:
- dh build
- touch $@
-
-clean:
- dh $@
-
-install: install-stamp
-install-stamp: build
- dh install
- touch $@
-
-binary-indep: install
+%:
dh $@
-
-binary-arch: install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/shutter.git
More information about the Pkg-perl-cvs-commits
mailing list