Hi,

The attached file is the diff for my truc 1.0.7-5.1 NMU. The associated
changelog entry is:

 truc (1.0.7-5.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix bashism in "truc" /bin/sh script (Closes: #480616)
   * Set missing debhelper compatability level to '4', and update "make
     install" invokation to avoid FTBFS.
   * debian/control:
     - Move debhelper to Build-Depends from Build-Depends-Indep as we use
       debhelper commands in debian/rules' clean target
     - Bump Standards-Version to 3.8.0


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -Nru truc-1.0.7/debian/changelog truc-1.0.7/debian/changelog
--- truc-1.0.7/debian/changelog 2008-06-07 23:26:33.000000000 +0100
+++ truc-1.0.7/debian/changelog 2008-06-07 23:26:33.000000000 +0100
@@ -1,3 +1,16 @@
+truc (1.0.7-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix bashism in "truc" /bin/sh script (Closes: #480616)
+  * Set missing debhelper compatability level to '4', and update "make
+    install" invokation to avoid FTBFS.
+  * debian/control:
+    - Move debhelper to Build-Depends from Build-Depends-Indep as we use
+      debhelper commands in debian/rules' clean target
+    - Bump Standards-Version to 3.8.0
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 07 Jun 2008 23:10:28 +0100
+
 truc (1.0.7-5) unstable; urgency=low
 
   * Upgrade to standards-version 3.6.1
@@ -46,4 +59,4 @@
 
  -- Remco van de Meent <[EMAIL PROTECTED]>  Fri, 24 Jul 1998 00:48:51 +0200
 
- 
\ No newline at end of file
+ 
diff -Nru truc-1.0.7/debian/compat truc-1.0.7/debian/compat
--- truc-1.0.7/debian/compat    1970-01-01 01:00:00.000000000 +0100
+++ truc-1.0.7/debian/compat    2008-06-07 23:26:33.000000000 +0100
@@ -0,0 +1 @@
+4
diff -Nru truc-1.0.7/debian/control truc-1.0.7/debian/control
--- truc-1.0.7/debian/control   2008-06-07 23:26:33.000000000 +0100
+++ truc-1.0.7/debian/control   2008-06-07 23:26:33.000000000 +0100
@@ -2,8 +2,8 @@
 Section: mail
 Priority: optional
 Maintainer: Remco van de Meent <[EMAIL PROTECTED]>
-Standards-Version: 3.6.1
-Build-Depends-Indep: debhelper (>> 4.0.0)
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>> 4.0.0)
 
 Package: truc
 Architecture: all
diff -Nru truc-1.0.7/debian/rules truc-1.0.7/debian/rules
--- truc-1.0.7/debian/rules     2008-06-07 23:26:33.000000000 +0100
+++ truc-1.0.7/debian/rules     2008-06-07 23:26:33.000000000 +0100
@@ -39,7 +39,7 @@
        dh_installdirs
 
        # Add here commands to install the files into debian/tmp
-       $(MAKE) install DESTDIR=`pwd`/debian/tmp
+       $(MAKE) install DESTDIR=`pwd`/debian/truc
 
        dh_installdocs
        dh_installexamples
diff -Nru truc-1.0.7/truc truc-1.0.7/truc
--- truc-1.0.7/truc     1998-10-30 14:56:41.000000000 +0000
+++ truc-1.0.7/truc     2008-06-07 23:26:33.000000000 +0100
@@ -663,7 +663,7 @@
 msgv 9 "Do the uuencode: $DO_UUENCODE"
 
 #Select the untruc script to include
-for prog in $PROGD/untruc $STARTD/untruc `type untruc | cut -f3 -d' '`
+for prog in $PROGD/untruc $STARTD/untruc `which untruc`
 do
   if [ -x $prog ]
   then

Attachment: signature.asc
Description: PGP signature

Reply via email to