[med-svn] [concavity] 06/07: cleanup rules
Andreas Tille
tille at debian.org
Fri Jan 8 08:43:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository concavity.
commit b1556f0ae03749098b6136cdb658e74408482f06
Author: Andreas Tille <tille at debian.org>
Date: Fri Jan 8 09:39:12 2016 +0100
cleanup rules
---
debian/changelog | 1 +
debian/rules | 8 --------
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 919230f..fc0c90e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ concavity (0.1+dfsg-1) UNRELEASED; urgency=low
* Priority: optional
* remove debug package since these are generated automatically
* DEP5 fixes
+ * cleanup rules
-- Andreas Tille <tille at debian.org> Fri, 08 Jan 2016 08:28:54 +0100
diff --git a/debian/rules b/debian/rules
index b7b553f..c477cbf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,6 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
-export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
-export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
-export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
-export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-
export prefix:=/usr
export USER_CFLAGS:="-Wno-write-strings"
export VERSION:=$(shell dpkg-parsechangelog --format rfc822|sed --posix -n -e 's/^Version: \([0-9.]*\).*/\1/p;')
@@ -17,17 +12,14 @@ get-orig-source:
%:
dh $@ --parallel
-.PHONY: man
man:
$(MAKE) man VERSION=$(VERSION) prefix=$(prefix)
ChangeLog: README.txt
sed -ne '/^--- Revision History ---/,/^---/{ /^--- Inst/d; p; }' $< > $@
-.PHONY: override_dh_installchangelogs
override_dh_installchangelogs: ChangeLog
dh_installchangelogs
-.PHONY: override_dh_auto_clean
override_dh_auto_clean:
rm -f $(MANS) $(SCRIPTS) ChangeLog
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/concavity.git
More information about the debian-med-commit
mailing list