[nama] 03/08: revert special handling of Makefile. it's gone for good.
gregor herrmann
gregoa at debian.org
Fri May 16 11:28:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository nama.
commit 09c634684af29912b9556205ad3dfc7855a18bf5
Author: gregor herrmann <gregoa at debian.org>
Date: Fri May 16 13:16:54 2014 +0200
revert special handling of Makefile. it's gone for good.
Git-Dch: Ignore
---
debian/rules | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4cbb59c..2b59e0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=perl_makemaker
-
-override_dh_auto_clean:
- rm -f Makefile
- dh_auto_clean
-
-override_dh_build:
- rm -f Makefile
- dh build
+ dh $@
override_dh_auto_test:
dh_auto_test -- TEST_VERBOSE=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/nama.git
More information about the Pkg-perl-cvs-commits
mailing list