[maemo-commits] [maemo-commits] r9590 - projects/haf/trunk/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Feb 2 17:47:27 EET 2007
Author: marivoll
Date: 2007-02-02 17:47:27 +0200 (Fri, 02 Feb 2007)
New Revision: 9590

Modified:
   projects/haf/trunk/hildon-fm/Makefile.am
Log:
	* Makefile.am (pkgconfig_DATA): Install hildon-fm-2.pc.
	(EXTRA_DIST): Distribute the right files after the renaming.
	(deb): Remove old sources before extracting new ones.


Modified: projects/haf/trunk/hildon-fm/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-fm/Makefile.am	2007-02-02 15:45:49 UTC (rev 9589)
+++ projects/haf/trunk/hildon-fm/Makefile.am	2007-02-02 15:47:27 UTC (rev 9590)
@@ -1,25 +1,20 @@
 SUBDIRS = hildon-fm doc
-EXTRA_DIST = \
-	debian/changelog \
-	debian/control \
-	debian/copyright \
-	debian/hildon-fm-dev.install \
-	debian/hildon-fm1.install \
-	debian/hildon-fm1-dbg.install \
-	debian/hildon-fm-dev.docs \
-	debian/rules
+EXTRA_DIST =					\
+	debian/changelog			\
+	debian/control				\
+	debian/copyright			\
+	debian/rules				\
+	debian/libhildonfm2.install		\
+	debian/libhildonfm2-dbg.install		\
+	debian/libhildonfm2-dev.install		\
+	debian/libhildonfm2-dev.docs
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = hildon-fm.pc
+pkgconfig_DATA = hildon-fm-2.pc
 
-distclean-am: 
-	-rm -rf autom4te.cache 
-	-rm -f config.status config.cache config.log configure.lineno  
-#	-rm -f config.guess config.h.in config.sub configure depcomp
-#	-rm -f install-sh ltmain.sh missing mkinstalldirs Makefile.in aclocal.m4
-
 deb: dist
 	-mkdir debian-build
-	cd debian-build && \
-	tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz && \
+	cd debian-build &&						\
+	rm -rf $(PACKAGE)-$(VERSION) &&					\
+	tar zxvf ../$(PACKAGE)-$(VERSION).tar.gz &&			\
 	cd $(PACKAGE)-$(VERSION) && dpkg-buildpackage -rfakeroot


More information about the maemo-commits mailing list