Package: gdisk Version: 0.8.5-1 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu raring ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to run the test suite during package build. (Patch by James Hunt.) Thanks for considering it! -- System Information: Debian Release: wheezy/sid APT prefers raring-updates APT policy: (500, 'raring-updates'), (500, 'raring-security'), (500, 'raring') Architecture: i386 (i686) Kernel: Linux 3.7.0-4-generic (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru gdisk-0.8.5/debian/changelog gdisk-0.8.5/debian/changelog diff -Nru gdisk-0.8.5/debian/rules gdisk-0.8.5/debian/rules --- gdisk-0.8.5/debian/rules 2012-06-16 13:09:52.000000000 -0400 +++ gdisk-0.8.5/debian/rules 2012-12-04 07:05:39.000000000 -0500 @@ -13,5 +13,8 @@ # install index page for doc-base install -D debian/index.html $(CURDIR)/debian/gdisk/usr/share/doc/gdisk/index.html +override_dh_auto_test: + ./gdisk_test.sh + %: dh $@

