[Pkg-cli-apps-commits] r4224 - in /packages/gnome-do/trunk/debian: changelog rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Fri Nov 28 03:47:38 UTC 2008


Author: hanska-guest
Date: Fri Nov 28 03:47:38 2008
New Revision: 4224

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4224
Log:
* debian/rules:
  + updated to re-generate autotools files

Modified:
    packages/gnome-do/trunk/debian/changelog
    packages/gnome-do/trunk/debian/rules

Modified: packages/gnome-do/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/changelog?rev=4224&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/changelog (original)
+++ packages/gnome-do/trunk/debian/changelog Fri Nov 28 03:47:38 2008
@@ -9,10 +9,11 @@
   * debian/rules:
     + get-orig-source updated, puts the tarball, correctly renamed, to
       ../tarballs, to use it with svn-buildpackage
+    + updated to re-generate autotools files
   * debian/control:
     + Build-Depends-Indep updated
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 28 Nov 2008 04:46:06 +0100
+ -- David Paleino <d.paleino at gmail.com>  Fri, 28 Nov 2008 04:46:59 +0100
 
 gnome-do (0.6.0.1-1) experimental; urgency=low
 

Modified: packages/gnome-do/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do/trunk/debian/rules?rev=4224&op=diff
==============================================================================
--- packages/gnome-do/trunk/debian/rules (original)
+++ packages/gnome-do/trunk/debian/rules Fri Nov 28 03:47:38 2008
@@ -10,10 +10,18 @@
 CURVER=$(shell dpkg-parsechangelog | grep ^Version | cut -d" " -f2 | cut -d"-" -f1 )
 
 build: patch-stamp
+	libtoolize
+	aclocal -I m4/shamrock/
+	autoconf
+	automake --add-missing --copy
+	
 	dh $@
 
 clean: unpatch
 	dh $@
+	find . -name "Makefile.in" | xargs rm -rf
+	rm -rf autom4te.cache/
+	dh_clean configure config.sub config.guess ltmain.sh
 
 install: build
 	dh $@




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