]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* Don't include the empty /usr/src/modules directory in
authorRuss Allbery <rra@debian.org>
Thu, 11 Aug 2005 01:35:25 +0000 (01:35 +0000)
committerRuss Allbery <rra@debian.org>
Thu, 11 Aug 2005 01:35:25 +0000 (01:35 +0000)
    openafs-modules-source, only the tarball, to match how other kernel
    module source packages behave.  (Closes: #244685)

debian/changelog
debian/rules

index 3d5290c40c7fe473e9e9d9e0574f063ea39e92f3..242fb117dc4e70a79b3935d6b1a675d945fe1e9c 100644 (file)
@@ -20,6 +20,9 @@ openafs (1.3.87-1) unstable; urgency=low
     they occur normally when doing the regular package build and are just
     confusing.  Instead, print an error in kern-sysname and abort if the
     kernel version could not be determined.
+  * Don't include the empty /usr/src/modules directory in
+    openafs-modules-source, only the tarball, to match how other kernel
+    module source packages behave.  (Closes: #244685)
   * Translation updates.
     - French, thanks Christian Perrier.  (Closes: #318807)
     - Vietnamese, thanks Clytie Siddall.  (Closes: #319705)
index cffb2665b8b7c877e83be2db68ab0809cd771646..81ae128fb1c550335cd5bcbe38bdf7d6c935142f 100755 (executable)
@@ -206,7 +206,7 @@ binary-source:
        chmod 775 debian/$(srcpkg)/usr/src/modules
        cd debian/$(srcpkg)/usr/src && \
            tar cf $(package).tar modules && \
-           rm -r modules/$(package)
+           rm -r modules
        gzip -9 debian/$(srcpkg)/usr/src/$(package).tar
        chmod 644 debian/$(srcpkg)/usr/src/$(package).tar.gz