d/rules: Don't exclude the actual pygrub script
authorHans van Kranenburg <hans@knorrie.org>
Wed, 31 Oct 2018 15:59:12 +0000 (16:59 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Wed, 2 Jan 2019 19:59:36 +0000 (20:59 +0100)
We still want to have `/usr/lib/xen-4.11/bin/pygrub`.

Thanks PryMar56 for quickly pointing out the fix on IRC.

debian/changelog
debian/rules

index 75e0583cee635e85284f0da1d9b92eaff8025ca8..1900e6eafd1558729cf3d080d56c891993ffda48 100644 (file)
@@ -3,6 +3,8 @@ xen (4.11.1~pre.20180911.5acdd26fdc+dfsg-6~) UNRELEASED; urgency=medium
   * debian/control: Add Homepage, Vcs-Browser and Vcs-Git.
     (Closes: #911457)
   * grub.d/xen.cfg: fix default entry when using l10n (Closes: #865086)
+  * debian/rules: Don't exclude the actual pygrub script
+    (Closes: #912381, #912441)
 
  -- Hans van Kranenburg <hans@knorrie.org>  Sat, 20 Oct 2018 17:41:06 +0200
 
index ad1346030855662e8df227c566345fd96e0bd70e..09babb2133a0d60af209013953d9ae6c0be374cd 100755 (executable)
@@ -245,7 +245,7 @@ dh_install_excludes += -X/.deps
 # Upstream puts pygrub in its lib directory which is in our per-version
 # package, and leaves a symlink in /usr/bin.  Exclude the symlink.
 # We don't want this in /usr/bin anyway.
-dh_install_excludes += -Xbin/pygrub
+dh_install_excludes += -Xusr/bin/pygrub
 
 # We want the xenstore utilities in their own package.  The general
 # install does everything from /usr/bin and /usr/share/man, so we