[maemo-commits] [maemo-commits] r12143 - projects/haf/trunk/libosso/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jun 6 20:56:35 EEST 2007
Author: kihamala
Date: 2007-06-06 20:56:34 +0300 (Wed, 06 Jun 2007)
New Revision: 12143

Modified:
   projects/haf/trunk/libosso/debian/rules
Log:
small cleanups


Modified: projects/haf/trunk/libosso/debian/rules
===================================================================
--- projects/haf/trunk/libosso/debian/rules	2007-06-06 17:47:41 UTC (rev 12142)
+++ projects/haf/trunk/libosso/debian/rules	2007-06-06 17:56:34 UTC (rev 12143)
@@ -6,7 +6,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -66,7 +65,6 @@
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 
-
 	dh_clean 
 
 install: build
@@ -79,11 +77,6 @@
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/build
 	rm -f $(CURDIR)/debian/build/usr/lib/outo/*.*a
 
-	# for the -dbg package
-#	-rm -rf $(CURDIR)/debian/build/usr/lib/debug
-#	-mkdir -p $(CURDIR)/debian/build/usr/lib/debug
-#	-cp -vd $(CURDIR)/debian/build/usr/lib/lib*.so* $(CURDIR)/debian/build/usr/lib/debug
-
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.
@@ -93,25 +86,13 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
-#	dh_installexamples
 	dh_installdocs
 	dh_install --sourcedir=debian/build -v
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
 	dh_installman
 	dh_link
 	dh_strip --dbg-package=libosso1
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
 	dh_makeshlibs -V
 	dh_installdeb
 	dh_shlibdeps


More information about the maemo-commits mailing list