Package: grandfatherclock
Version: 1.0.2-3
Severity: normal
Tags: patch

Hi,

Attached is the diff for my grandfatherclock 1.0.2-3.1 NMU.

-- 
 .''`.             Fuck your fascist beauty standards
: :' :   
`. `'           Proudly running unstable Debian GNU/Linux
  `-     www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u grandfatherclock-1.0.2/debian/menu grandfatherclock-1.0.2/debian/menu
--- grandfatherclock-1.0.2/debian/menu
+++ grandfatherclock-1.0.2/debian/menu
@@ -1,2 +1,2 @@
-?package(grandfatherclock):needs=text section=Apps/Sound\
+?package(grandfatherclock):needs="text" section="Apps/Sound"\
   title="grandfatherclock" command="/usr/bin/grandfatherclock"
diff -u grandfatherclock-1.0.2/debian/changelog 
grandfatherclock-1.0.2/debian/changelog
--- grandfatherclock-1.0.2/debian/changelog
+++ grandfatherclock-1.0.2/debian/changelog
@@ -1,3 +1,11 @@
+grandfatherclock (1.0.2-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359427).
+  * Upgrade packaging to more current standars.
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Sun, 16 Jul 2006 17:18:13 +0200
+
 grandfatherclock (1.0.2-3) unstable; urgency=low
 
   * debian/copyright: updated the e-mail address of the upstream
@@ -116,3 +123,0 @@
-Local variables:
-mode: debian-changelog
-End:
diff -u grandfatherclock-1.0.2/debian/rules grandfatherclock-1.0.2/debian/rules
--- grandfatherclock-1.0.2/debian/rules
+++ grandfatherclock-1.0.2/debian/rules
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatability version to use.
-export DH_COMPAT=2
+export DH_COMPAT=4
 
 configure: configure-stamp
 configure-stamp:
diff -u grandfatherclock-1.0.2/debian/control 
grandfatherclock-1.0.2/debian/control
--- grandfatherclock-1.0.2/debian/control
+++ grandfatherclock-1.0.2/debian/control
@@ -2,8 +2,8 @@
 Section: sound
 Priority: optional
 Maintainer: Oohara Yuuma <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 2.0.0)
-Standards-Version: 3.5.6
+Build-Depends: debhelper (>> 4)
+Standards-Version: 3.7.2
 
 Package: grandfatherclock
 Architecture: all
only in patch2:
unchanged:
--- grandfatherclock-1.0.2.orig/debian/postinst
+++ grandfatherclock-1.0.2/debian/postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+        if [ -d /usr/doc -a -h /usr/doc/grandfatherclock -a -d 
/usr/share/doc/grandfatherclock ]; then
+                rm -f /usr/doc/grandfatherclock
+        fi
+fi
+
+#DEBHELPER#

Reply via email to