[mb2md] 15/30: debian/rules: Remove unused, commented 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 b5c275f86071380bfa10623224987651e75ce897
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 16 16:13:15 2013 +0200

    debian/rules: Remove unused, commented code
---
 debian/changelog |    1 +
 debian/rules     |   18 ------------------
 2 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43f91ad..c144b12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ mb2md (3.20-5) UNRELEASED; urgency=low
     + Fix lintian warning dh-clean-k-is-deprecated
     + Fix lintian warning debian-rules-missing-recommended-target
     + Fix lintian warning binary-arch-rules-but-pkg-is-arch-indep
+    + Remove unused, commented code
 
  -- Axel Beckert <abe at debian.org>  Wed, 16 Oct 2013 14:44:56 +0200
 
diff --git a/debian/rules b/debian/rules
index 96d307d..c41af61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,6 @@ build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
-	#$(MAKE)
 	/usr/bin/docbook-to-man debian/mb2md.sgml > debian/mb2md.1
 
 	touch build-stamp
@@ -42,8 +41,6 @@ clean:
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	#-$(MAKE) clean
-
 	dh_clean
 
 install: build
@@ -53,7 +50,6 @@ install: build
 	dh_installdirs
 
 	# Add here commands to install the package into debian/mb2md.
-	#$(MAKE) install DESTDIR=$(CURDIR)/debian/mb2md
 	cp mb2md-3.20.pl $(CURDIR)/debian/mb2md/usr/bin/mb2md
 
 
@@ -67,25 +63,11 @@ binary-indep: build install
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-#	dh_installexamples
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
 	dh_installman debian/mb2md.1
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

-- 
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