Package: odontolinux
Version: 0.6.1-7.1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my odontolinux 0.6.1-7.2 NMU.

-- 
  ยท''`.          Policy is your friend. Trust the Policy.
 : :' :     Love the Policy. Obey the Policy. -- Lars Wirzenius
 `. `'           Proudly running unstable Debian GNU/Linux
   `-     www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -Nru /tmp/IthHG59ens/odontolinux-0.6.1/debian/changelog 
/tmp/6eNIjKcv2L/odontolinux-0.6.1/debian/changelog
--- /tmp/IthHG59ens/odontolinux-0.6.1/debian/changelog  2006-07-09 
12:04:25.000000000 +0200
+++ /tmp/6eNIjKcv2L/odontolinux-0.6.1/debian/changelog  2006-07-17 
17:34:58.000000000 +0200
@@ -1,3 +1,11 @@
+odontolinux (0.6.1-7.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359542).
+  * Now arch:all (Closes: #270895).
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 17:34:32 +0200
+
 odontolinux (0.6.1-7.1) unstable; urgency=high
 
   * Non-maintainer upload.
@@ -51,6 +59,3 @@
 
  -- Gaetano Paolone (bigpaul) <[EMAIL PROTECTED]>  Wed, 26 Dec 2001 00:25:00 
+0200
 
-Local variables:
-mode: debian-changelog
-End:
diff -Nru /tmp/IthHG59ens/odontolinux-0.6.1/debian/control 
/tmp/6eNIjKcv2L/odontolinux-0.6.1/debian/control
--- /tmp/IthHG59ens/odontolinux-0.6.1/debian/control    2006-07-09 
12:04:39.000000000 +0200
+++ /tmp/6eNIjKcv2L/odontolinux-0.6.1/debian/control    2006-07-17 
17:34:42.000000000 +0200
@@ -6,7 +6,7 @@
 Standards-Version: 3.5.2
 
 Package: odontolinux
-Architecture: any
+Architecture: all
 Depends: php4, php4-pgsql
 Suggests: postgresql-8.1 | postgresql-7.4
 Description: Dental office management software (PHP4 + PostgreSQL)
diff -Nru /tmp/IthHG59ens/odontolinux-0.6.1/debian/postinst 
/tmp/6eNIjKcv2L/odontolinux-0.6.1/debian/postinst
--- /tmp/IthHG59ens/odontolinux-0.6.1/debian/postinst   2002-01-16 
11:45:24.000000000 +0100
+++ /tmp/6eNIjKcv2L/odontolinux-0.6.1/debian/postinst   2006-07-17 
17:33:41.000000000 +0200
@@ -1,10 +1,11 @@
 #!/bin/bash
 
 if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/odontolinux -a -d 
/usr/share/doc/odontolinux ]; then
-  ln -sf ../share/doc/odontolinux /usr/doc/odontolinux
- fi
+        if [ -d /usr/doc -a -h /usr/doc/odontolinux -a -d 
/usr/share/doc/odontolinux ]; then
+                rm -f /usr/doc/odontolinux
+        fi
 fi
+
 export PGUSER=postgres
 su - postgres -c /usr/share/odontolinux/makedb.sh
 
diff -Nru /tmp/IthHG59ens/odontolinux-0.6.1/debian/rules 
/tmp/6eNIjKcv2L/odontolinux-0.6.1/debian/rules
--- /tmp/IthHG59ens/odontolinux-0.6.1/debian/rules      2002-01-16 
11:30:08.000000000 +0100
+++ /tmp/6eNIjKcv2L/odontolinux-0.6.1/debian/rules      2006-07-17 
17:37:25.000000000 +0200
@@ -29,6 +29,7 @@
 
        # Add here commands to clean up after the build process.
        -$(MAKE) clean
+       rm -f gettext/*.mo
        dh_clean
 
 install: build

Reply via email to