[Pkg-cli-libs-commits] r3990 - in /packages/gecko-sharp2/trunk/debian: changelog compat rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Feb 12 21:03:14 UTC 2009


Author: hanska-guest
Date: Thu Feb 12 21:03:13 2009
New Revision: 3990

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3990
Log:
debian/rules, debian/compat: using dh7

Modified:
    packages/gecko-sharp2/trunk/debian/changelog
    packages/gecko-sharp2/trunk/debian/compat
    packages/gecko-sharp2/trunk/debian/rules

Modified: packages/gecko-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gecko-sharp2/trunk/debian/changelog?rev=3990&op=diff
==============================================================================
--- packages/gecko-sharp2/trunk/debian/changelog (original)
+++ packages/gecko-sharp2/trunk/debian/changelog Thu Feb 12 21:03:13 2009
@@ -1,3 +1,9 @@
+gecko-sharp2 (0.13-2) UNRELEASED; urgency=low
+
+  * debian/rules, debian/compat: using dh7
+
+ -- David Paleino <d.paleino at gmail.com>  Thu, 12 Feb 2009 22:02:39 +0100
+
 gecko-sharp2 (0.13-1) unstable; urgency=low
 
   * The "get sexy and ready for lenny" release

Modified: packages/gecko-sharp2/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gecko-sharp2/trunk/debian/compat?rev=3990&op=diff
==============================================================================
--- packages/gecko-sharp2/trunk/debian/compat (original)
+++ packages/gecko-sharp2/trunk/debian/compat Thu Feb 12 21:03:13 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: packages/gecko-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gecko-sharp2/trunk/debian/rules?rev=3990&op=diff
==============================================================================
--- packages/gecko-sharp2/trunk/debian/rules (original)
+++ packages/gecko-sharp2/trunk/debian/rules Thu Feb 12 21:03:13 2009
@@ -5,63 +5,46 @@
 DEB_CLI_ABI_VERSION = 2.0
 DEB_CLI_API_VERSION = 0.11-3
 
-export MONO_SHARED_DIR=$(CURDIR)
+include /usr/share/dpatch/dpatch.make
+include /usr/share/cli-common/cli.make
 
-include /usr/share/dpatch/dpatch.make
-
-configure: configure-stamp
-configure-stamp: patch-stamp
-	dh_testdir
-	./configure --prefix=/usr MONODOC=/bin/true
-	touch configure-stamp
+export MONODOC=/bin/true
+export CSC=/usr/bin/csc
 
 build: build-stamp
-build-stamp: configure-stamp 
-	dh_testdir
-	$(MAKE)
-	touch build-stamp
+build-stamp: $(DPATCH_STAMPFN)
+	dh_prep
+	
+	aclocal
+	autoconf
+	automake --add-missing --copy
+
+	dh build
+	touch $@
 
 clean: clean-patched unpatch
-clean-patched:
-	dh_testdir
-	dh_testroot
-	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -rf $(CURDIR)/.wapi
-	rm -f build-stamp configure-stamp
-	dh_clean 
+clean-patched: $(DPATCH_STAMPFN)
+	dh clean
+	find . -name "Makefile.in" -delete
+	dh_clean autom4te.cache/ configure config.sub config.guess install-sh missing \
+		aclocal.m4
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	
+install: install-stamp
+install-stamp: build
+	dh install
 	perl -pe 's/#DEB_CLI_ABI_VERSION#/$(DEB_CLI_ABI_VERSION)/' -i \
 	  $(CURDIR)/debian/tmp/usr/lib/pkgconfig/gecko-sharp-$(DEB_CLI_ABI_VERSION).pc
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_install --sourcedir=debian/tmp
-	dh_installchangelogs ChangeLog
-	dh_installdocs
-	dh_installexamples
-	dh_installman
-	dh_installcligac
-	dh_link
-	dh_strip
-	dh_clistrip
-	dh_compress
-	dh_fixperms
-	dh_clifixperms
-	dh_installdeb
-	dh_shlibdeps
+binary-indep: install
+	dh $@ --before dh_makeclilibs
 	dh_makeclilibs -m $(DEB_CLI_API_VERSION)
 	dh_clideps -d
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh $@ --remaining
 
-binary: binary-indep
-.PHONY: build clean binary-indep binary install configure
+#	dh_installchangelogs ChangeLog
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary install




More information about the Pkg-cli-libs-commits mailing list