[libm4rie] 02/06: Simplified d/rules

Julien Puydt julien.puydt at laposte.net
Sun May 22 13:46:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository libm4rie.

commit ef405988493c55d2828b4ac1ea28978dbb29c944
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sun May 22 15:10:31 2016 +0200

    Simplified d/rules
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6796dcd..3a47496 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 
-UPSTREAM_VERSION = $(shell dpkg-parsechangelog | awk '{ if ($$1 == "Version:") { print($$2) } }' | cut -d - -f 1)
-
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
+UPSTREAM_VERSION = $(shell dpkg-parsechangelog -S Version | cut -d - -f 1)
 
 %:
 	dh $@ --with autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libm4rie.git



More information about the debian-science-commits mailing list