[maemo-commits] [maemo-commits] r17581 - in projects/haf/trunk/hildon-help: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Mar 4 10:51:02 EET 2009
Author: schulhof
Date: 2009-03-04 10:50:56 +0200 (Wed, 04 Mar 2009)
New Revision: 17581

Modified:
   projects/haf/trunk/hildon-help/Makefile.am
   projects/haf/trunk/hildon-help/debian/control
   projects/haf/trunk/hildon-help/debian/rules
Log:
More changes

Modified: projects/haf/trunk/hildon-help/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-help/Makefile.am	2009-03-03 13:04:10 UTC (rev 17580)
+++ projects/haf/trunk/hildon-help/Makefile.am	2009-03-04 08:50:56 UTC (rev 17581)
@@ -30,3 +30,6 @@
 #	-rm -rf $(top_builddir)/debian-build/$(PACKAGE)-$(VERSION)
 	ls -al --color $(top_builddir)/debian-build
 
+squeaky:
+	$(MAKE) distclean
+	rm -rf aclocal.m4 autom4te.cache compile config.guess config.h config.log config.status config.sub configure depcomp gtk-doc.make install-sh libtool ltmain.sh Makefile.in missing mkinstalldirs

Modified: projects/haf/trunk/hildon-help/debian/control
===================================================================
--- projects/haf/trunk/hildon-help/debian/control	2009-03-03 13:04:10 UTC (rev 17580)
+++ projects/haf/trunk/hildon-help/debian/control	2009-03-04 08:50:56 UTC (rev 17581)
@@ -2,13 +2,13 @@
 Section: misc
 Priority: optional
 Maintainer: Gabriel Schulhof <gabriel.schulhof at nokia.com>
-Build-Depends: debhelper (>= 4.0.0), libgtk2.0-dev (>= 2:2.10.12-0osso16), pkg-config, libosso-dev, libhildon1-dev (>= 1.99.0-1), intltool (>= 0.21), autoconf, automake1.7, libtool, gtkhtml-dev (>= 3.14.0), libxml2-dev
+Build-Depends: debhelper (>= 4.0.0), libgtk2.0-dev (>= 2:2.10.12-0osso16), pkg-config, libosso-dev, libhildon1-dev (>= 1.99.0-1), intltool (>= 0.21), autoconf, automake1.7, libtool, gtkhtml3.14-dev (>= 3.14.0), libxml2-dev
 Standards-Version: 3.6.1
 
 Package: libhildonhelp-dev
 Section: libdevel
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, libhildonhelp0 (= ${Source-Version}), libhildon1-dev, gtkhtml-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libhildonhelp0 (= ${Source-Version}), libhildon1-dev, gtkhtml3.14-dev (>= 3.14.0)
 Description: Hildon HelpLib for application developers
  Development files for HelpLib; access and controlling
  Hildon Help from other applications.

Modified: projects/haf/trunk/hildon-help/debian/rules
===================================================================
--- projects/haf/trunk/hildon-help/debian/rules	2009-03-03 13:04:10 UTC (rev 17580)
+++ projects/haf/trunk/hildon-help/debian/rules	2009-03-04 08:50:56 UTC (rev 17581)
@@ -82,15 +82,7 @@
 
 	# Add here commands to clean up after the build process.
 	-$(MAKE) -C reference deepclean
-	-$(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
-
-
+	-$(MAKE) squeaky
 	dh_clean 
 
 install: build


More information about the maemo-commits mailing list