Dear maintainer,

I've updated the NMU for grub (still versioned as 0.97-66.1) in order to
fix the lintian-overrides syntax. The diff is attached to this message.

Regards.

David
diff -u grub-0.97/debian/changelog grub-0.97/debian/changelog
--- grub-0.97/debian/changelog
+++ grub-0.97/debian/changelog
@@ -1,3 +1,11 @@
+grub (0.97-66.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop the grub dummy package (closes: #686182).
+  * rules: Update lintian-overrides for statically-linked-binary.
+
+ -- David Prévot <taf...@debian.org>  Mon, 03 Dec 2012 17:05:45 -0400
+
 grub (0.97-66) unstable; urgency=low
 
   [ Colin Watson ]
reverted:
--- grub-0.97/debian/grub.postinst
+++ grub-0.97.orig/debian/grub.postinst
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-. /usr/share/debconf/confmodule
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
diff -u grub-0.97/debian/rules grub-0.97/debian/rules
--- grub-0.97/debian/rules
+++ grub-0.97/debian/rules
@@ -197,10 +197,10 @@
 	rm -rf debian/grub-legacy/usr/lib/grub/tmp/
 
 	mkdir -p $(CURDIR)/debian/grub-legacy/usr/share/lintian/overrides
-	cd $(CURDIR)/debian/grub-legacy && find ./usr/bin/ -name mbchk \
+	cd $(CURDIR)/debian/grub-legacy && find usr/bin/ -name mbchk \
 		| sed -e "s%.*%grub-legacy: statically-linked-binary &%g" \
 	> $(CURDIR)/debian/grub-legacy/usr/share/lintian/overrides/grub-legacy
-	cd $(CURDIR)/debian/grub-legacy && find ./usr/sbin/ -name grub \
+	cd $(CURDIR)/debian/grub-legacy && find usr/sbin/ -name grub \
 		| sed -e "s%.*%grub-legacy: statically-linked-binary &%g" \
 	>> $(CURDIR)/debian/grub-legacy/usr/share/lintian/overrides/grub-legacy
 
reverted:
--- grub-0.97/debian/grub.config
+++ grub-0.97.orig/debian/grub.config
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-. /usr/share/debconf/confmodule
-
-db_input high grub/migrate_from_legacy || true
-db_go
reverted:
--- grub-0.97/debian/grub.templates
+++ grub-0.97.orig/debian/grub.templates
@@ -1,13 +0,0 @@
-Template: grub/migrate_from_legacy
-Type: note
-Description: Upgrading from GRUB Legacy
- GRUB 0.97, the Legacy version of GNU GRUB, is from now on considered a
- deprecated option.  Your system is now being upgraded to GRUB 2.
- .
- GRUB 2 features a more advanced architecture, it's much more robust, and
- provides a number of new features.  However, not all features provided by
- GRUB Legacy are implemented in GRUB 2.
- .
- If for some reason you want to continue using GRUB Legacy, it is now provided
- in the `grub-legacy' package.  It will continue being supported at least up
- until the Squeeze release.
diff -u grub-0.97/debian/control grub-0.97/debian/control
--- grub-0.97/debian/control
+++ grub-0.97/debian/control
@@ -32,16 +32,6 @@
  Please note that GRUB Legacy is in maintanance mode and new features are
  only accepted in GRUB 2 (grub-pc package).
 
-Package: grub
-Architecture: i386 hurd-i386 amd64
-Depends: ${shlibs:Depends}, grub-pc, ${misc:Depends}
-Description: GRand Unified Bootloader (dummy package)
- This is a dummy transitional package to handle upgrades.
- .
- Note: This package depends on `grub-pc', which upgrades your
- system to GRUB 2.  If you want to continue using GRUB Legacy, it
- is provided in the `grub-legacy' package.
-
 Package: grub-disk
 Architecture: all
 Depends: grub-rescue-pc, ${misc:Depends}

Attachment: signature.asc
Description: Digital signature

Reply via email to