From: Julien Valroff Date: Tue, 14 Jul 2009 08:02:56 +0000 (+0000) Subject: [DEBIAN] fixing typos and minor errors X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=e866a54eab32c40b7e22cdf626033f16165c5226;p=omnibook.git [DEBIAN] fixing typos and minor errors --- diff --git a/debian/changelog b/debian/changelog index a6db83d..39871df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ omnibook (2:2.20070211+svn20090714-1) unstable; urgency=low * New Standards version 3.8.2 * Bumped DH compat to 7 * Updated copyright information + * Now use dh_prep instead of dh_clean -k - -- Julien Valroff Tue, 14 Jul 2009 09:56:01 +0200 + -- Julien Valroff Tue, 14 Jul 2009 10:03:00 +0200 omnibook (2:2.20070211+svn20090227-1) unstable; urgency=low diff --git a/debian/control b/debian/control index a3bd347..bbcd4e7 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: omnibook Section: misc Priority: optional Maintainer: Julien Valroff -Build-Depends: debhelper (>> 5.0.0), dpatch, bzip2 +Build-Depends: debhelper (>> 7.0.0), dpatch, bzip2 Standards-Version: 3.8.2 Homepage: http://omnibook.sf.net Vcs-Svn: https://omnibook.svn.sourceforge.net/svnroot/omnibook/omnibook/trunk diff --git a/debian/rules b/debian/rules index b35f667..1876004 100755 --- a/debian/rules +++ b/debian/rules @@ -54,7 +54,7 @@ install: DH_OPTIONS= install: patch build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Create the directories to install the source into @@ -111,7 +111,7 @@ kdist_config: prep-deb-files binary-modules: kdist_config prep-deb-files dh_testroot - dh_clean -k + dh_prep dh_installdirs lib/modules/$(KVERS)/extra # Build the module @@ -129,7 +129,7 @@ binary-modules: kdist_config prep-deb-files dh_gencontrol -- -v$(VERSION) dh_md5sums dh_builddeb --destdir=$(DEB_DESTDIR) - dh_clean -k + dh_prep binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure binary-modules kdist kdist_config kdist_image kdist_clean