Update Debian packaging to 1.5.75-2
authorRuss Allbery <rra@stanford.edu>
Wed, 14 Jul 2010 19:25:55 +0000 (12:25 -0700)
committerDerrick Brashear <shadow@dementia.org>
Wed, 14 Jul 2010 23:25:00 +0000 (16:25 -0700)
Fixes the duplicate run of make install during the package build
process and updates the changelog to the current Debian packages.

Change-Id: I20fa4cc24e17c3944de2b08e265e277ff5d5564f
Reviewed-on: http://gerrit.openafs.org/2426
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

src/packaging/Debian/changelog.in
src/packaging/Debian/rules

index 533ec9d..7644edb 100644 (file)
@@ -12,6 +12,17 @@ openafs (@DEB_PKGVER@-1~openafs) unstable; urgency=low
 
  -- Russ Allbery <rra@debian.org>  Thu, 08 Apr 2010 13:20:50 -0700
 
+openafs (1.5.75-2) experimental; urgency=low
+
+  * Apply upstream deltas:
+    - [57d727da] Link libafsauthent with -lresolv if required
+    - [c3fc948e] Check for crypt in external library
+    - [a1351d48] Fix ktime test on 64-bit systems
+  * Use --after instead of --remaining in binary-indep to avoid running
+    dh_auto_install and doing the installation process again.
+
+ -- Russ Allbery <rra@debian.org>  Wed, 14 Jul 2010 12:05:12 -0700
+
 openafs (1.5.75-1) experimental; urgency=low
 
   * New upstream testing release.
index b86cd1f..e10f0fb 100755 (executable)
@@ -236,7 +236,7 @@ binary-arch: install-stamp
        rm -rf debian/openafs-dbg/usr/lib/debug/sbin
        rm -rf debian/openafs-dbg/usr/lib/debug/usr/bin
        rm -rf debian/openafs-dbg/usr/lib/debug/usr/sbin
-       dh binary-arch --remaining
+       dh binary-arch --after dh_strip
 
 binary: binary-indep binary-arch