]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Also change the source package name in the module changelog file debian/1.4.11+dfsg-4
authorRuss Allbery <rra@debian.org>
Thu, 1 Oct 2009 01:05:09 +0000 (18:05 -0700)
committerRuss Allbery <rra@debian.org>
Thu, 1 Oct 2009 01:05:09 +0000 (18:05 -0700)
* When changing the name of the source package built by
  openafs-modules-source, we need to change the package name in the
  changelog as well or dpkg-gencontrol explodes.  Thanks, Aaron M.
  Ucko.  (Closes: #549140)

debian/changelog
debian/rules

index 41debc3449e230e9c221a9c1045c1fb7b9a5ab5e..9dc4c27c339a51c60af2027a2dade68be6c16486 100644 (file)
@@ -1,3 +1,12 @@
+openafs (1.4.11+dfsg-4) unstable; urgency=low
+
+  * When changing the name of the source package built by
+    openafs-modules-source, we need to change the package name in the
+    changelog as well or dpkg-gencontrol explodes.  Thanks, Aaron M.
+    Ucko.  (Closes: #549140)
+
+ -- Russ Allbery <rra@debian.org>  Wed, 30 Sep 2009 18:04:44 -0700
+
 openafs (1.4.11+dfsg-3) unstable; urgency=low
 
   * Apply upstream deltas:
index d803c7b71ee2f2caa4e2768577188079595af902..6bf6d6082302b38664eca28434d346cc6d797755 100755 (executable)
@@ -157,8 +157,10 @@ install-stamp: build-stamp
        cd libafs_tree && find . -print | \
            cpio -admp $(CURDIR)/debian/$(srcpkg)/usr/src/modules/$(package)
        mkdir -p debian/$(srcpkg)/usr/src/modules/$(package)/debian
-       cp debian/changelog debian/copyright debian/module/* \
+       cp debian/copyright debian/module/* \
            debian/$(srcpkg)/usr/src/modules/$(package)/debian/
+       sed 's/^openafs /openafs-modules /' debian/changelog \
+           > debian/$(srcpkg)/usr/src/modules/$(package)/debian/changelog
        chmod 755 debian/$(srcpkg)/usr/src/modules/$(package)/debian/rules
        chown -R root.src debian/$(srcpkg)
        find debian/$(srcpkg) -type d | xargs chmod 755