[maemo-commits] [maemo-commits] r16951 - projects/haf/trunk/raptor/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Dec 12 16:27:51 EET 2008
Author: ifrade
Date: 2008-12-12 16:27:50 +0200 (Fri, 12 Dec 2008)
New Revision: 16951

Removed:
   projects/haf/trunk/raptor/debian/libraptor1-dev.manpages
   projects/haf/trunk/raptor/debian/raptor-utils.manpages
Modified:
   projects/haf/trunk/raptor/debian/changelog
   projects/haf/trunk/raptor/debian/libraptor1-doc.install
   projects/haf/trunk/raptor/debian/rules
Log:
Fixed rules to use tarball

Modified: projects/haf/trunk/raptor/debian/changelog
===================================================================
--- projects/haf/trunk/raptor/debian/changelog	2008-12-12 12:02:42 UTC (rev 16950)
+++ projects/haf/trunk/raptor/debian/changelog	2008-12-12 14:27:50 UTC (rev 16951)
@@ -1,3 +1,10 @@
+raptor (1.4.18-1osso3) unstable; urgency=low
+
+  * Updated rules to use the tarball. 
+  * Removed man pages
+	
+ -- Ivan Frade <ivan.frade at nokia.com>  Fri, 12 Dec 2008 11:19:01 +0200
+
 raptor (1.4.18-1osso2) unstable; urgency=low
 
   * Run ./autogen.sh in the debian/rules script.

Deleted: projects/haf/trunk/raptor/debian/libraptor1-dev.manpages
===================================================================
--- projects/haf/trunk/raptor/debian/libraptor1-dev.manpages	2008-12-12 12:02:42 UTC (rev 16950)
+++ projects/haf/trunk/raptor/debian/libraptor1-dev.manpages	2008-12-12 14:27:50 UTC (rev 16951)
@@ -1,2 +0,0 @@
-src/raptor-config.1
-docs/libraptor.3

Modified: projects/haf/trunk/raptor/debian/libraptor1-doc.install
===================================================================
--- projects/haf/trunk/raptor/debian/libraptor1-doc.install	2008-12-12 12:02:42 UTC (rev 16950)
+++ projects/haf/trunk/raptor/debian/libraptor1-doc.install	2008-12-12 14:27:50 UTC (rev 16951)
@@ -1 +1 @@
-docs/html/* /usr/share/gtk-doc/html/raptor
+build-tree/raptor-1.4.18/docs/html/* /usr/share/gtk-doc/html/raptor

Deleted: projects/haf/trunk/raptor/debian/raptor-utils.manpages
===================================================================
--- projects/haf/trunk/raptor/debian/raptor-utils.manpages	2008-12-12 12:02:42 UTC (rev 16950)
+++ projects/haf/trunk/raptor/debian/raptor-utils.manpages	2008-12-12 14:27:50 UTC (rev 16951)
@@ -1 +0,0 @@
-utils/rapper.1

Modified: projects/haf/trunk/raptor/debian/rules
===================================================================
--- projects/haf/trunk/raptor/debian/rules	2008-12-12 12:02:42 UTC (rev 16950)
+++ projects/haf/trunk/raptor/debian/rules	2008-12-12 14:27:50 UTC (rev 16951)
@@ -8,8 +8,11 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
-DEB_INSTALL_DOCS_ALL=README NEWS AUTHORS NOTICE
+DEB_TAR_SRCDIR := raptor-1.4.18
+include /usr/share/cdbs/1/rules/tarball.mk
 
+DEB_INSTALL_DOCS_ALL=$(DEB_SRCDIR)/README $(DEB_SRCDIR)/NEWS $(DEB_SRCDIR)/AUTHORS $(DEB_SRCDIR)/NOTICE
+
 DEB_CONFIGURE_USER_FLAGS= \
   --with-xml-parser=libxml \
   --enable-release
@@ -17,9 +20,10 @@
 post-patches:: debian/stamp-autothings-update
 debian/stamp-autothings-update:
 	# Set ACLOCAL_FLAGS so that libtool.m4 is picked up in scratchbox 1.0.x + sardine
-	NOCONFIGURE=1 ACLOCAL_FLAGS="-I /targets/links/arch_tools/share/aclocal" ./autogen.sh $(DEB_CONFIGURE_EXTRA_FLAGS)
+	cd $(DEB_SRCDIR) ; NOCONFIGURE=1 ACLOCAL_FLAGS="-I /targets/links/arch_tools/share/aclocal" ./autogen.sh $(DEB_CONFIGURE_EXTRA_FLAGS)
 	# Can add things here that need to be ran after autogen.sh
 	touch $@
 
 clean::
 	rm -f debian/stamp-autothings-update
+	rm -f *.cdbs-config_list


More information about the maemo-commits mailing list