From: Julien Valroff Date: Fri, 1 Jan 2010 16:55:51 +0000 (+0000) Subject: Convert to 3.0 (quilt) format X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=7c7de580c67ebeee9baba773d548e3d45d7d45dd;p=omnibook.git Convert to 3.0 (quilt) format --- diff --git a/debian/changelog b/debian/changelog index 896a82b..ae4486e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +omnibook (2:2.20070211+svn20090714b-3) unstable; urgency=low + + * Converted source package to 3.0 (quilt) format + * Added watch file + * Fixed build dependencies + * Adjusted module standards version to 3.8.3 + + -- Julien Valroff Fri, 01 Jan 2010 17:51:34 +0100 + +omnibook (2:2.20070211+svn20090714b-2) unstable; urgency=low + + * Bumped Standards Version to 3.8.3 (no changes needed) + + -- Julien Valroff Fri, 21 Aug 2009 14:01:34 +0200 + omnibook (2:2.20070211+svn20090714b-1) unstable; urgency=low * New SVN snapshot: diff --git a/debian/control b/debian/control index bbcd4e7..28c35af 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,16 @@ Source: omnibook Section: misc Priority: optional Maintainer: Julien Valroff -Build-Depends: debhelper (>> 7.0.0), dpatch, bzip2 -Standards-Version: 3.8.2 +Build-Depends: debhelper (>> 7.0.0) +Build-Depends-Indep: bzip2 +Standards-Version: 3.8.3 Homepage: http://omnibook.sf.net Vcs-Svn: https://omnibook.svn.sourceforge.net/svnroot/omnibook/omnibook/trunk Vcs-Browser: http://omnibook.svn.sourceforge.net/viewvc/omnibook/ Package: omnibook-source Architecture: all -Depends: debhelper (>= 4.0.0), make, module-assistant, kernel-package, bzip2, dpatch +Depends: debhelper (>= 7.0.0), make, module-assistant, kernel-package, bzip2 Description: Source for the omnibook driver This package contains the loadable kernel modules for the HP OmniBooks, Pavilions, Toshiba Satellites and some other laptops manufactured by diff --git a/debian/control.modules.in b/debian/control.modules.in index a06acc2..9631104 100644 --- a/debian/control.modules.in +++ b/debian/control.modules.in @@ -3,7 +3,7 @@ Section: misc Priority: optional Maintainer: Julien Valroff Build-Depends: debhelper (>> 7.0.0) -Standards-Version: 3.8.2 +Standards-Version: 3.8.3 Package: omnibook-module-_KVERS_ Architecture: i386 amd64 diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 08e0198..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1 +0,0 @@ -01_disable-debug diff --git a/debian/patches/01_disable-debug.dpatch b/debian/patches/01_disable-debug.diff similarity index 70% rename from debian/patches/01_disable-debug.dpatch rename to debian/patches/01_disable-debug.diff index ae863da..cc1480e 100755 --- a/debian/patches/01_disable-debug.dpatch +++ b/debian/patches/01_disable-debug.diff @@ -1,10 +1,7 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01_disable-debug.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. +Description: Disable debug flag +Author: Julien Valroff +Forwarded: not-needed -@DPATCH@ diff -urNad omnibook~/Makefile omnibook/Makefile --- omnibook~/Makefile 2007-04-01 11:37:03.000000000 +0200 +++ omnibook/Makefile 2007-05-26 15:20:41.000000000 +0200 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..7e6d94e --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01_disable-debug.diff diff --git a/debian/rules b/debian/rules index 1876004..176f096 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/dpatch/dpatch.make - CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -36,22 +34,22 @@ build-arch-stamp: dh_testdir touch build-arch-stamp -build-indep: patch configure-stamp build-indep-stamp +build-indep: configure-stamp build-indep-stamp build-indep-stamp: dh_testdir touch build-indep-stamp -build: patch build-arch build-indep +build: build-arch build-indep -clean: unpatch +clean: dh_testdir rm -f build-arch-stamp build-indep-stamp configure-stamp dh_clean install: DH_OPTIONS= -install: patch build +install: build dh_testdir dh_testroot dh_prep diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6a6761a --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://sf.net/omnibook/omnibook-(.*)\.tar\.gz +