[Pkg-mozext-commits] [SCM] icedove-nostalgy Debian packaging branch, debian, updated. debian/0.2.16+svn151-1-2-g884e6ce
Guido Günther
agx at sigxcpu.org
Sat Apr 18 22:30:33 UTC 2009
The following commit has been merged in the debian branch:
commit 884e6ce2356fd64aca01e166f140bb7b677b9c72
Author: Guido Günther <agx at sigxcpu.org>
Date: Sun Apr 19 00:27:41 2009 +0200
switch to cdbs
diff --git a/debian/control b/debian/control
index 3b29ef1..52c44c4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: mail
Priority: optional
Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
Uploaders: Guido Günther <agx at sigxcpu.org>
-Build-Depends: debhelper (>= 5), quilt, zip
+Build-Depends: debhelper (>= 5), quilt, zip, cdbs
Standards-Version: 3.8.1
Vcs-Git: git://git.debian.org/pkg-mozext/icedove-nostalgy.git
Vcs-Browser: http://git.debian.org/git/pkg-mozext/icedove-nostalgy.git
diff --git a/debian/rules b/debian/rules
index 3c736d5..7225b0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,70 +1,8 @@
#!/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
-
-# for quilt
-include /usr/share/quilt/quilt.make
-
-configure: configure-stamp
-configure-stamp: patch
- dh_testdir
- # Add here commands to configure the package.
-
- touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE)
- #docbook-to-man debian/icedove-nostalgy.sgml > icedove-nostalgy.1
-
- touch $@
-
-clean: unpatch
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
-
- # Add here commands to clean up after the build process.
- $(MAKE) clean
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+clean::
rm -rf build/
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs CHANGES
- dh_installdocs
- dh_installexamples
- dh_install
- dh_installman
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep
-.PHONY: build clean binary-indep binary-arch binary install configure
--
icedove-nostalgy Debian packaging
More information about the Pkg-mozext-commits
mailing list