[SCM] horgand packaging branch, master, updated. upstream/1.14-19-gfd2b72b

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Tue Feb 23 22:17:25 UTC 2010


The following commit has been merged in the master branch:
commit fd2b72ba82a66b859177090b08354a2c72ceba58
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Tue Feb 23 23:17:21 2010 +0100

    Minimize debian/rules.

diff --git a/debian/rules b/debian/rules
index cd47ffc..5af3903 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,94 +3,17 @@
 %:
 	dh $@
 
-## 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)
-
-#ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-#	CFLAGS += -g
-#endif
-#ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-#	INSTALL_PROGRAM += -s
-#endif
-
-#config.status:
-#	dh_testdir
-#	# Add here commands to configure the package.
-#	./configure --prefix=/usr --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --bindir=/usr/lib/horgand
-
-#build: build-stamp
-
-#build-stamp:  config.status
-#	dh_testdir
-
-#	# Add here commands to compile the package.
-#	$(MAKE)
-
-#	touch build-stamp
-
-#clean:
-#	dh_testdir
-#	dh_testroot
-#	rm -f build-stamp 
-#	rm -f configure-stamp
-#	-rm config.log
-
-#	# Add here commands to clean up after the build process.
-#	-$(MAKE) distclean
-#	-test -r /usr/share/misc/config.sub && \
-#	  cp -f /usr/share/misc/config.sub config.sub
-#	-test -r /usr/share/misc/config.guess && \
-#	  cp -f /usr/share/misc/config.guess config.guess
-
-
-#	dh_clean
-
-#install: build
-#	dh_testdir
-#	dh_testroot
-#	dh_clean -k
-#	dh_installdirs
-
-#	# Add here commands to install the package into debian/horgand.
-#	$(MAKE) install DESTDIR=$(CURDIR)/debian/horgand
-#	cp debian/horgand.wrapper $(CURDIR)/debian/horgand/usr/bin/horgand
-#	chmod 755 $(CURDIR)/debian/horgand/usr/bin/horgand
-
-## Build architecture-independent files here.
-#binary-indep: build install
-## We have nothing to do by default.
-
-## Build architecture-dependent files here.
-#binary-arch: build install
-#	dh_testdir
-#	dh_testroot
-#	dh_install
-#	dh_installdocs
-#	dh_installexamples
-#	dh_installmenu
-##	dh_installlogrotate
-##	dh_installemacsen
-##	dh_installpam
-##	dh_installmime
-##	dh_installinit
-#	dh_installcron
-#	dh_installman
-#	dh_installinfo
-##	dh_undocumented
-#	dh_installchangelogs ChangeLog
-#	dh_link
-#	dh_strip
-#	dh_compress
-#	dh_fixperms
-##	dh_makeshlibs
-#	dh_installdeb
-##	dh_perl
-#	dh_shlibdeps
-#	dh_gencontrol
-#	dh_md5sums
-#	dh_builddeb
-
-#binary: binary-indep binary-arch
-#.PHONY: build clean binary-indep binary-arch binary install 
+override_dh_auto_configure:
+	dh_auto_configure -- --bindir=/usr/lib/horgand
+
+override_dh_auto_clean:
+	dh_auto_clean
+	test -r /usr/share/misc/config.sub && \
+	  cp -f /usr/share/misc/config.sub config.sub
+	test -r /usr/share/misc/config.guess && \
+	  cp -f /usr/share/misc/config.guess config.guess
+
+override_dh_install:
+	dh_install
+	cp debian/horgand.wrapper $(CURDIR)/debian/horgand/usr/bin/horgand
+	chmod 755 $(CURDIR)/debian/horgand/usr/bin/horgand

-- 
horgand packaging



More information about the pkg-multimedia-commits mailing list