[Pkg-vsquare-changes] r203 - kernel-patch-viewos/trunk/debian

filippo at alioth.debian.org filippo at alioth.debian.org
Sun Jul 27 10:46:00 UTC 2008


Author: filippo
Date: 2008-07-27 10:46:00 +0000 (Sun, 27 Jul 2008)
New Revision: 203

Modified:
   kernel-patch-viewos/trunk/debian/changelog
   kernel-patch-viewos/trunk/debian/control
   kernel-patch-viewos/trunk/debian/rules
Log:
* New upstream version
* Switch to cdbs 

Modified: kernel-patch-viewos/trunk/debian/changelog
===================================================================
--- kernel-patch-viewos/trunk/debian/changelog	2008-07-23 15:07:32 UTC (rev 202)
+++ kernel-patch-viewos/trunk/debian/changelog	2008-07-27 10:46:00 UTC (rev 203)
@@ -1,3 +1,10 @@
+kernel-patch-viewos (0.20080611-1) UNRELEASED; urgency=low
+
+  * New upstream version
+  * Switch to cdbs 
+
+ -- Filippo Giunchedi <filippo at debian.org>  Sat, 26 Jul 2008 20:50:36 +0200
+
 kernel-patch-viewos (0.20070721-1) unstable; urgency=low
 
   * New upstream patch (kernel 2.6.22)

Modified: kernel-patch-viewos/trunk/debian/control
===================================================================
--- kernel-patch-viewos/trunk/debian/control	2008-07-23 15:07:32 UTC (rev 202)
+++ kernel-patch-viewos/trunk/debian/control	2008-07-27 10:46:00 UTC (rev 203)
@@ -4,8 +4,8 @@
 Maintainer: Debian VSquare Team <pkg-vsquare-devel at lists.alioth.debian.org>
 Uploaders: Ludovico Gardenghi <garden at acheronte.it>, Guido Trotter <ultrotter at debian.org>, Filippo Giunchedi <filippo at debian.org>
 Build-Depends-Indep: dh-kpatches
-Build-Depends: debhelper (>= 5)
-Vcs-SVN: svn://svn.debian.org/pkg-vsquare/kernel-patch-viewos/trunk
+Build-Depends: debhelper (>= 5), cdbs
+Vcs-Svn: svn://svn.debian.org/pkg-vsquare/kernel-patch-viewos/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/kernel-patch-viewos/trunk/
 Standards-Version: 3.7.2
 

Modified: kernel-patch-viewos/trunk/debian/rules
===================================================================
--- kernel-patch-viewos/trunk/debian/rules	2008-07-23 15:07:32 UTC (rev 202)
+++ kernel-patch-viewos/trunk/debian/rules	2008-07-27 10:46:00 UTC (rev 203)
@@ -1,58 +1,7 @@
 #!/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
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
 
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	touch configure-stamp
-
-build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs -i
-	dh_installdocs -i
-	dh_installexamples -i
-	dh_installman -i
+binary-install/kernel-patch-viewos::
 	dh_installkpatches
-	dh_link -i
-	dh_strip -i
-	dh_compress -i
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-vsquare-changes mailing list