[maemo-commits] [maemo-commits] r9091 - projects/haf/branches/gtk+/maemo-gtk-2-10/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jan 15 17:01:30 EET 2007
Author: tko
Date: 2007-01-15 17:01:21 +0200 (Mon, 15 Jan 2007)
New Revision: 9091

Modified:
   projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog
   projects/haf/branches/gtk+/maemo-gtk-2-10/debian/rules
Log:
  * debian/rules: do not install .cvsignore files in gtk2.0-examples package


Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog
===================================================================
--- projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog	2007-01-15 12:08:18 UTC (rev 9090)
+++ projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog	2007-01-15 15:01:21 UTC (rev 9091)
@@ -1,3 +1,11 @@
+gtk+2.0 (2:2.10.6-0osso2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+  * debian/rules: do not install .cvsignore files in gtk2.0-examples package
+
+ -- Tommi Komulainen <tommi.komulainen at nokia.com>  Mon, 15 Jan 2007 16:56:35 +0200
+
 gtk+2.0 (2:2.10.6-0osso1) unstable; urgency=low
 
   * Upgrade to 2.10.6 ** ALL MAEMO PATCHES DROPPED

Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/debian/rules
===================================================================
--- projects/haf/branches/gtk+/maemo-gtk-2-10/debian/rules	2007-01-15 12:08:18 UTC (rev 9090)
+++ projects/haf/branches/gtk+/maemo-gtk-2-10/debian/rules	2007-01-15 15:01:21 UTC (rev 9091)
@@ -166,10 +166,10 @@
 
 	cp $(BUILD_SHARED_DIR)/docs/*.txt debian/libgtk$(apiver)-doc/usr/share/doc/libgtk$(apiver)-doc
 
-	# examples (without .svn)
+	# examples files (without Makefile.am, find-examples.sh and .cvsignore)
 	mkdir -p $(CURDIR)/debian/gtk$(apiver)-examples/usr/share/doc/gtk$(apiver)-examples
 	find examples -name .svn -prune -o \
-		-not \( -type d -o -name .svn -o -name Makefile.am -o -name find-examples.sh \) -print | \
+		-not \( -type d -o -name Makefile.am -o -name find-examples.sh -o -name .cvsignore \) -print | \
 		tar cf - -T- | \
 		tar xf - -C $(CURDIR)/debian/gtk$(apiver)-examples/usr/share/doc/gtk$(apiver)-examples
 


More information about the maemo-commits mailing list