[SCM] jnoise packaging branch, master, updated. upstream/0.4.0-10-g687fd5e

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Oct 2 23:37:36 UTC 2009


The following commit has been merged in the master branch:
commit 61ef7938599eed553a627865a55f6166b2cae4ff
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Oct 3 01:16:06 2009 +0200

    Cleaned rules file

diff --git a/debian/rules b/debian/rules
index f984ad1..c924feb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,21 +8,16 @@ include /usr/share/quilt/quilt.make
 
 configure: configure-stamp
 configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
 
+	dh_testdir
 	touch configure-stamp
 
-
 build: build-stamp
 
 build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
 
-	# Add here commands to compile the package.
+	dh_testdir
 	$(MAKE)
-	#docbook-to-man debian/jnoise.sgml > jnoise.1
-
 	touch $@
 
 clean:  unpatch
@@ -30,7 +25,6 @@ clean:  unpatch
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	# Add here commands to clean up after the build process.
 	$(MAKE) clean
 
 	dh_clean 
@@ -41,30 +35,23 @@ install: build
 	dh_prep  
 	dh_installdirs
 
-	# Add here commands to install the package into debian/jnoise.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/jnoise install
 
-
-# Build architecture-independent files here.
 binary-indep: install
-# We have nothing to do by default.
 
-# Build architecture-dependent files here.
 binary-arch: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-#	dh_installexamples
-#	dh_install
+	dh_install
 	dh_installmenu
 	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_makeshlibs
+	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

-- 
jnoise packaging



More information about the pkg-multimedia-commits mailing list