[pkg-kolab] r1115 - kolab-webclient/trunk/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sun Jan 11 21:22:39 UTC 2009


Author: mparent-guest
Date: 2009-01-11 21:22:39 +0000 (Sun, 11 Jan 2009)
New Revision: 1115

Modified:
   kolab-webclient/trunk/debian/changelog
   kolab-webclient/trunk/debian/rules
Log:
Make it build
Cleaner debian/rules


Modified: kolab-webclient/trunk/debian/changelog
===================================================================
--- kolab-webclient/trunk/debian/changelog	2009-01-11 21:11:25 UTC (rev 1114)
+++ kolab-webclient/trunk/debian/changelog	2009-01-11 21:22:39 UTC (rev 1115)
@@ -2,4 +2,4 @@
 
   * Initial Release.
 
- -- Mathieu Parent <math.parent at gmail.com>  Sun, 11 Jan 2009 21:11:59 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 11 Jan 2009 22:19:26 +0100

Modified: kolab-webclient/trunk/debian/rules
===================================================================
--- kolab-webclient/trunk/debian/rules	2009-01-11 21:11:25 UTC (rev 1114)
+++ kolab-webclient/trunk/debian/rules	2009-01-11 21:22:39 UTC (rev 1115)
@@ -4,33 +4,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
+build:
 
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp  
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(MAKE)
-	#docbook-to-man debian/kolab-webclient.sgml > kolab-webclient.1
-
-	touch $@
-
 clean: 
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
 
-	# Add here commands to clean up after the build process.
-	$(MAKE) clean
-
 	dh_clean 
 
 install: build
@@ -39,44 +18,26 @@
 	dh_prep  
 	dh_installdirs
 
-	# Add here commands to install the package into debian/kolab-webclient.
-	$(MAKE) DESTDIR=$(CURDIR)/debian/kolab-webclient install
-
-
 # Build architecture-independent files here.
 binary-indep: install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples
 #	dh_install
-#	dh_installmenu
-#	dh_installdebconf
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_python
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_makeshlibs
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 
+# Build architecture-dependent files here.
+# This is an architecture-independent packages, we have nothing to do
+binary-arch: install
+
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install




More information about the pkg-kolab-devel mailing list