[SCM] kmidimon packaging branch, master, updated. debian/0.7.0-1

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 28 16:23:03 UTC 2009


The following commit has been merged in the master branch:
commit 06803ba2b0e3b4fc67a896a366fc8fcd0d335679
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Jun 28 17:26:38 2009 +0200

    cleanup unnecessary comments in debian/rules

diff --git a/debian/rules b/debian/rules
index 007747f..fb4718e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-#include /usr/share/dpatch/dpatch.make
 
 CFLAGS = -Wall -g
 
@@ -22,7 +12,6 @@ endif
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	# Add here commands to configure the package.
 	cmake . -DWANT_PCH=YES -DCMAKE_INSTALL_PREFIX=/usr
 	touch configure-stamp
 
@@ -30,26 +19,19 @@ build: build-stamp
 
 build-stamp: configure-stamp 
 	dh_testdir
-
-	# Add here commands to compile the package.
 	sed -i -e 's/kmidimon.docbook.1/kmidimon.1/g' \
 		build/doc/en/cmake_install.cmake
 	$(MAKE)
-	#docbook-to-man debian/kmidimon.sgml > kmidimon.1
-
 	touch build-stamp
 
 clean: 
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) clean
 	rm -rf CMakeCache.txt
 	rm -rf CMakeFiles/ CMakeTmp/ CTestTestfile.cmake Makefile \
 		build/ cmake_install.cmake cmake_uninstall.cmake
-
 	dh_clean 
 
 install: build
@@ -57,15 +39,13 @@ install: build
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-
-	# Add here commands to install the package into debian/kmidimon.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/kmidimon
 	chrpath -d $(CURDIR)/debian/kmidimon/usr/bin/kmidimon
 
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+	# Not building any arch: all package
 
 # Build architecture-dependent files here.
 binary-arch: build install
@@ -74,24 +54,12 @@ binary-arch: build install
 	dh_installchangelogs ChangeLog
 	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
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

-- 
kmidimon packaging



More information about the pkg-multimedia-commits mailing list