[SCM] jkmeter packaging branch, master, updated. upstream/0.4.0-10-ga795ec1

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 15 18:27:44 UTC 2009


The following commit has been merged in the master branch:
commit 3bd6d329c5cd6b8aa27f692703cc205943867b6e
Author: Jaromír <mira.mikes at seznam.cz>
Date:   Tue Sep 15 20:29:15 2009 +0200

    Cleaned up rules file

diff --git a/debian/rules b/debian/rules
index b502fbd..b7be4db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,19 +9,15 @@ include /usr/share/quilt/quilt.make
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	# Add here commands to configure the package.
 
 	touch configure-stamp
 
-
 build: build-stamp
 
 build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
-	# Add here commands to compile the package.
 	$(MAKE) -C source/
-	#docbook-to-man debian/jkmeter.sgml > jkmeter.1
 
 	touch $@
 
@@ -30,7 +26,6 @@ clean:  unpatch
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	# Add here commands to clean up after the build process.
 	$(MAKE) -C source/ clean
 
 	dh_clean 
@@ -41,14 +36,10 @@ install: build
 	dh_prep  
 	dh_installdirs
 
-	# Add here commands to install the package into debian/jkmeter.
 	$(MAKE) -C source/ DESTDIR=$(CURDIR)/debian/jkmeter install
 
-
 # Build architecture-independent files here.
 binary-indep: install
-# We have nothing to do by default.
-
 
 # Build architecture-dependent files here.
 binary-arch: install
@@ -56,16 +47,12 @@ binary-arch: install
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-#	dh_install
 	dh_installmenu
-#	dh_installdebconf
 	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

-- 
jkmeter packaging



More information about the pkg-multimedia-commits mailing list