[SCM] mma/upstream: Simplify the debian/rules file.
bolangi-guest at users.alioth.debian.org
bolangi-guest at users.alioth.debian.org
Wed Jan 4 21:46:16 UTC 2012
The following commit has been merged in the upstream branch:
commit 455850879f7d549d63f5fc9f38616ccf10fc5b20
Author: Miguel Colon <debian.micove at gmail.com>
Date: Wed Feb 2 05:30:09 2011 -0500
Simplify the debian/rules file.
diff --git a/debian/rules b/debian/rules
index b24a419..1c32722 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,49 +1,10 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-build: build-stamp
+override_dh_installchangelogs:
+ dh_installchangelogs text/CHANGES-1.6
-build-stamp:
- dh_testdir
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- dh_install
-
-binary-arch: build install
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs CHANGES
- dh_installdocs
- dh_installexamples
- dh_installman
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_pysupport
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+ dh $@
--
mma packaging
More information about the pkg-multimedia-commits
mailing list