]> Devoid-pointer.net GitWeb - omnibook.git/commitdiff
[DEBIAN] fixing typos and minor errors
authorJulien Valroff <julien@kirya.net>
Tue, 14 Jul 2009 08:02:56 +0000 (08:02 +0000)
committerJulien Valroff <julien@kirya.net>
Tue, 14 Jul 2009 08:02:56 +0000 (08:02 +0000)
debian/changelog
debian/control
debian/rules

index a6db83defb62d44e5f32e5ef9c773d712d270f39..39871dfdc6bd01a8ff8364045c2beaac0f659732 100644 (file)
@@ -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 <julien@kirya.net>  Tue, 14 Jul 2009 09:56:01 +0200
+ -- Julien Valroff <julien@kirya.net>  Tue, 14 Jul 2009 10:03:00 +0200
 
 omnibook (2:2.20070211+svn20090227-1) unstable; urgency=low
 
index a3bd3477b147fbca0408b389dca0c4aa7f61127c..bbcd4e733c362ddffbab8a2711ee6ce9e5ae7bb5 100644 (file)
@@ -2,7 +2,7 @@ Source: omnibook
 Section: misc
 Priority: optional
 Maintainer: Julien Valroff <julien@kirya.net>
-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
index b35f667a0e177ac6f7c947d715fba7e5847a8a41..187600424be5cac7db7e338a48b934f517efa217 100755 (executable)
@@ -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