[mb2md] 16/30: debian/rules: Remove all code related to compiling C code

Axel Beckert abe at deuxchevaux.org
Wed Oct 16 21:56:28 UTC 2013


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

abe pushed a commit to branch master
in repository mb2md.

commit 584e1bd5bb2a354e08b0186231cba0c6dc6536fd
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 16 16:14:34 2013 +0200

    debian/rules: Remove all code related to compiling C code
---
 debian/changelog |    1 +
 debian/rules     |   13 -------------
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c144b12..e60661f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ mb2md (3.20-5) UNRELEASED; urgency=low
     + Fix lintian warning debian-rules-missing-recommended-target
     + Fix lintian warning binary-arch-rules-but-pkg-is-arch-indep
     + Remove unused, commented code
+    + Remove all code related to compiling C code
 
  -- Axel Beckert <abe at debian.org>  Wed, 16 Oct 2013 14:44:56 +0200
 
diff --git a/debian/rules b/debian/rules
index c41af61..246dc05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,17 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
@@ -65,11 +54,9 @@ binary-indep: build install
 	dh_installdocs
 	dh_installman debian/mb2md.1
 	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/mb2md.git



More information about the Pkg-perl-cvs-commits mailing list