[SCM] tap-plugins packaging branch, master, updated. upstream/0.7.0-13-g621f9b2

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jan 19 00:43:52 UTC 2010


The following commit has been merged in the master branch:
commit eeee7087e776df22ee0175e58a253d3baebbce1b
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jan 19 01:21:02 2010 +0100

    Cleaned rules file

diff --git a/debian/rules b/debian/rules
index 652f4a5..a1909bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# These are used for cross-compiling and for saving the configure script
-# # from having to guess our platform (since we know it already)
-# DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-# DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 CFLAGS = -Wall -g
 
@@ -25,19 +14,15 @@ endif
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	# Add here commands to configure the package.
 
 	touch configure-stamp
 
-
 build: build-stamp
 
 build-stamp: configure-stamp 
 	dh_testdir
 
-	# Add here commands to compile the package.
 	$(MAKE) 
-	#/usr/bin/docbook-to-man debian/tap-0.1.sgml > tap-0.1.1
 
 	touch build-stamp
 
@@ -46,8 +31,7 @@ clean:
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) clean
 	# remove any images
 	find . -name "*.png" -exec rm '{}' \;
 	find . -name "*.gif" -exec rm '{}' \;
@@ -60,22 +44,7 @@ install: build
 	dh_prep
 	dh_installdirs
 
-	# Add here commands to install the package into debian/tap-0.1.
 	$(MAKE) install INSTALL_PLUGINS_DIR=$(CURDIR)/debian/tap-plugins/usr/lib/ladspa INSTALL_LRDF_DIR=$(CURDIR)/debian/tap-plugins/usr/share/ladspa/rdf
-	# decode the images
-#	cd $(CURDIR)/doc && \
-#	find . -maxdepth 1 -name "*.b64" -exec uudecode '{}' \; 
-#	cd $(CURDIR)/doc/ladspa && \
-#	find . -maxdepth 1 -name "*.b64" -exec uudecode '{}' \; 
-#	cd $(CURDIR)/doc/reverbed && \
-#	find . -maxdepth 1 -name "*.b64" -exec uudecode '{}' \;
-#	cd $(CURDIR)
-	# copy docs over
-#	mkdir -p $(CURDIR)/debian/tap-plugins/usr/share/doc/tap-plugins/html
-#	cp -r doc/* $(CURDIR)/debian/tap-plugins/usr/share/doc/tap-plugins/html/
-	# remove any base64 files
-#	find $(CURDIR)/debian/tap-plugins/usr/share/doc/tap-plugins/html -name "*.b64" -exec rm '{}' \;
-
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -88,24 +57,11 @@ binary-arch: build install
 	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
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

-- 
tap-plugins packaging



More information about the pkg-multimedia-commits mailing list