[SCM] rtmpdump packaging branch, master, updated. debian/2.2e-3-4-gb231aa2
fabian-guest at users.alioth.debian.org
fabian-guest at users.alioth.debian.org
Tue Jun 22 06:53:12 UTC 2010
The following commit has been merged in the master branch:
commit b231aa2c44308cf0b4becc5e23e697a7661e54c4
Author: Fabian Greffrath <fabian at greffrath.com>
Date: Tue Jun 22 08:54:04 2010 +0200
Fix debhelper 7 usage as per dh(1) manpage.
diff --git a/debian/rules b/debian/rules
index dfb2f8e..73f41ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,10 @@
MAKEVARS=prefix=/usr CRYPTO=GNUTLS
override_dh_auto_build:
- $(MAKE) $(MAKEVARS) XCFLAGS="-fPIC"
+ dh_auto_build -- $(MAKEVARS) XCFLAGS="-fPIC"
override_dh_auto_install:
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp $(MAKEVARS)
+ dh_auto_install -- $(MAKEVARS)
%:
- dh --with quilt $@
+ dh $@ --with quilt
--
rtmpdump packaging
More information about the pkg-multimedia-commits
mailing list