Package: focalinux
Version: 2004-08-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my focalinux 2004-08-1.1 NMU.

-- 
 .''`.             Fuck your fascist beauty standards
: :' :   
`. `'           Proudly running unstable Debian GNU/Linux
  `-     www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u focalinux-2004-08/debian/changelog focalinux-2004-08/debian/changelog
--- focalinux-2004-08/debian/changelog
+++ focalinux-2004-08/debian/changelog
@@ -1,3 +1,15 @@
+focalinux (2004-08-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359410, #359412).
+  * Fixed Lintian errors/warnings:
+    - build-depends-indep-should-be-build-depends debhelper
+    - package-uses-deprecated-debhelper-compat-version 3
+    - out-of-date-standards-version 3.6.1 (no changes needed).
+    - old-fsf-address-in-copyright-file
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Sat, 15 Jul 2006 16:00:52 +0200
+
 focalinux (2004-08-1) unstable; urgency=medium
 
   * New upstream release
@@ -69,3 +80,0 @@
-Local variables:
-mode: debian-changelog
-End:
diff -u focalinux-2004-08/debian/control focalinux-2004-08/debian/control
--- focalinux-2004-08/debian/control
+++ focalinux-2004-08/debian/control
@@ -2,8 +2,9 @@
 Section: doc
 Priority: optional
 Maintainer: Gleydson Mazioli da Silva <[EMAIL PROTECTED]>
-Build-Depends-Indep: linuxdoc-tools, debhelper (>=4.0), debiandoc-sgml, 
liburi-perl
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>=4.0)
+Build-Depends-Indep: linuxdoc-tools, debiandoc-sgml, liburi-perl
+Standards-Version: 3.7.2
 
 Package: focalinux-text
 Architecture: all
diff -u focalinux-2004-08/debian/copyright focalinux-2004-08/debian/copyright
--- focalinux-2004-08/debian/copyright
+++ focalinux-2004-08/debian/copyright
@@ -14,7 +14,7 @@
 Version 1.1, March 2000 
 
 Copyright (C) 2000  Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
 
diff -u focalinux-2004-08/debian/rules focalinux-2004-08/debian/rules
--- focalinux-2004-08/debian/rules
+++ focalinux-2004-08/debian/rules
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatability version to use.
-export DH_COMPAT=3
+export DH_COMPAT=4
 
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
only in patch2:
unchanged:
--- focalinux-2004-08.orig/debian/focalinux-text.postinst
+++ focalinux-2004-08/debian/focalinux-text.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+        if [ -d /usr/doc -a -h /usr/doc/focalinux-text -a -d 
/usr/share/doc/focalinux-text ]; then
+                rm -f /usr/doc/focalinux-text
+        fi
+fi
+
+#DEBHELPER#
only in patch2:
unchanged:
--- focalinux-2004-08.orig/debian/focalinux-html.postinst
+++ focalinux-2004-08/debian/focalinux-html.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+        if [ -d /usr/doc -a -h /usr/doc/focalinux-html -a -d 
/usr/share/doc/focalinux-html ]; then
+                rm -f /usr/doc/focalinux-html
+        fi
+fi
+
+#DEBHELPER#

Reply via email to