[pkg-kolab] r42 - trunk/libkolab-perl/debian

Steffen Joeris white-guest at costa.debian.org
Mon Dec 19 15:05:00 UTC 2005


Author: white-guest
Date: 2005-12-19 15:05:00 +0000 (Mon, 19 Dec 2005)
New Revision: 42

Modified:
   trunk/libkolab-perl/debian/rules
Log:
* look and feel changes


Modified: trunk/libkolab-perl/debian/rules
===================================================================
--- trunk/libkolab-perl/debian/rules	2005-12-19 15:03:20 UTC (rev 41)
+++ trunk/libkolab-perl/debian/rules	2005-12-19 15:05:00 UTC (rev 42)
@@ -1,41 +1,23 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
 build: build-stamp
 
 build-stamp:  
 	dh_testdir
-
 	# extract tar.gz and build them
 	for i in Kolab*.tar.gz;do tar xvfz $$i; done
 	for i in `find . -type d -name "Kolab*"`; do cd $$i && perl Makefile.PL && make && cd ..; done
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-
 	# Add here commands to clean up after the build process.
 	find . -type d -name "Kolab*"|xargs rm -rf
-
 	dh_clean 
 
 install: build
@@ -43,7 +25,6 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-
 	# Add here commands to install the package into debian/libkolab-perl.
 	# Kolab
 	install -D -m 644 Kolab/blib/lib/Kolab.pm debian/libkolab-perl/usr/share/perl5/
@@ -67,15 +48,11 @@
 	install -D -m 644 Kolab-Mailer/blib/lib/Kolab/Mailer.pm debian/libkolab-perl/usr/share/perl5/Kolab/
 	# Kolab-Util
 	install -D -m 644 Kolab-Util/blib/lib/Kolab/Util.pm debian/libkolab-perl/usr/share/perl5/Kolab/
-
 	# manpages
 	for i in `find . -name "*3pm"` ; do install -D -m 644 $$i debian/libkolab-perl/usr/share/man/man3/ ; done 
 
-
-
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
 
 # Build architecture-dependent files here.
 binary-arch: build install




More information about the pkg-kolab-devel mailing list