[Pkg-silc-commits] r83 - in /kopete-silc-plugin/trunk/debian: changelog rules

lunar at users.alioth.debian.org lunar at users.alioth.debian.org
Sat Jun 16 19:35:30 UTC 2007


Author: lunar
Date: Sat Jun 16 19:35:30 2007
New Revision: 83

URL: http://svn.debian.org/wsvn/pkg-silc/?sc=1&rev=83
Log:
Clean up debian/rules.

Modified:
    kopete-silc-plugin/trunk/debian/changelog
    kopete-silc-plugin/trunk/debian/rules

Modified: kopete-silc-plugin/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-silc/kopete-silc-plugin/trunk/debian/changelog?rev=83&op=diff
==============================================================================
--- kopete-silc-plugin/trunk/debian/changelog (original)
+++ kopete-silc-plugin/trunk/debian/changelog Sat Jun 16 19:35:30 2007
@@ -9,9 +9,10 @@
   * Remove NEWS from debian/docs (empty file).
   * Change the Maintainer to be Debian SILC team.  Add Stefan and myself to
     Uploaders.
-  * Use debhelper 5. 
+  * Use debhelper 5.
+  * Clean up debian/rules.
 
- -- Jérémy Bobbio <lunar at debian.org>  Sat, 16 Jun 2007 20:18:29 +0100
+ -- Jérémy Bobbio <lunar at debian.org>  Sat, 16 Jun 2007 20:27:25 +0100
 
 kopete-silc-plugin (0.2-1) unstable; urgency=low
 

Modified: kopete-silc-plugin/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-silc/kopete-silc-plugin/trunk/debian/rules?rev=83&op=diff
==============================================================================
--- kopete-silc-plugin/trunk/debian/rules (original)
+++ kopete-silc-plugin/trunk/debian/rules Sat Jun 16 19:35:30 2007
@@ -1,20 +1,13 @@
 #!/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
-
 
 # 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)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
 
 CFLAGS = -Wall -g 
 
@@ -29,32 +22,24 @@
 
 Makefile: CMakeLists.txt
 	dh_testdir
-	# Add here commands to configure the package.
 	cmake -D CMAKE_INSTALL_PREFIX=/usr .
 
 build: build-stamp
 
-build-stamp:  Makefile
+build-stamp: Makefile
 	dh_testdir
-
-	# Add here commands to compile the package.
-	$(MAKE) -j2
-	#docbook-to-man debian/kopete-silc-plugin.sgml > kopete-silc-plugin.1
-
+	$(MAKE)
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-
-	# Add here commands to clean up after the build process.
 	-$(MAKE) clean
 	for A in `find -name CMakeFiles -or -name CMakeCache.txt \
           -or -name cmake_install.cmake -or -name Makefile \
 	  -or -name kopete_silc.la -or -name install_manifest.txt`; \
 	 do rm -rf $$A; done
-
 	dh_clean 
 
 install: build
@@ -62,10 +47,7 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-
-	# Add here commands to install the package into debian/kopete-silc-plugin.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/kopete-silc-plugin
-
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -77,25 +59,11 @@
 	dh_testroot
 	dh_installchangelogs ChangeLog
 	dh_installdocs
-	dh_installexamples
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
 	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the Pkg-silc-commits mailing list