Package: opensrs-client
Severity: normal
Tags: patch

Hi,

I'm sending a patch to fix the problem.


Thanks in advance!

-- 
Miguel Angel Ruiz Manzano                    http://vulcano.mine.nu
Computer Science Student - PUCV - Chile
diff -u opensrs-client-2.9.5/debian/changelog 
opensrs-client-2.9.5/debian/changelog
--- opensrs-client-2.9.5/debian/changelog
+++ opensrs-client-2.9.5/debian/changelog
@@ -1,3 +1,10 @@
+opensrs-client (2.9.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: fixed bashisms. (Closes: #459113)
+
+ -- Miguel Angel Ruiz Manzano <[EMAIL PROTECTED]>  Thu, 24 Jan 2008 17:43:44 
-0300
+
 opensrs-client (2.9.5-1) unstable; urgency=low
 
   * New upstream release.
diff -u opensrs-client-2.9.5/debian/rules opensrs-client-2.9.5/debian/rules
--- opensrs-client-2.9.5/debian/rules
+++ opensrs-client-2.9.5/debian/rules
@@ -67,7 +67,9 @@
        cp lib/XML_Codec.pm $(b)/usr/share/perl5
        cp -r lib/Core/* $(b)/usr/share/perl5/Core
        cp -r lib/OpenSRS/* $(b)/usr/share/perl5/OpenSRS
-       cp lib/{CHARLINT,NAMEPREP,RACE}.pm $(b)/usr/share/perl5
+       cp lib/CHARLINT.pm $(b)/usr/share/perl5
+       cp lib/NAMEPREP.pm $(b)/usr/share/perl5
+       cp lib/RACE.pm $(b)/usr/share/perl5
        cp -r lib/RACE $(b)/usr/share/opensrs/RACE/
        touch install-stamp
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to