Bug#452086: toshset: [patch] fix bashism in debian/rules

2007-11-20 Thread Michael Vogt
Package: toshset
Version: 1.72-6
Severity: normal



In Ubuntu, we've applied the attached patch to achieve the following:

  * Merge from debian unstable, remaining changes:
- Fix bashism in rules file (== vs = in comparison)

We thought you might be interested in doing the same. 

Cheers,
 Michael

-- System Information:
Debian Release: lenny/sid
  APT prefers gutsy-updates
  APT policy: (500, 'gutsy-updates'), (500, 'gutsy')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-14-generic (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#452086: the actual patch

2007-11-20 Thread Michael Vogt
Here is the patch:

diff -u toshset-1.72/debian/changelog toshset-1.72/debian/changelog
diff -u toshset-1.72/debian/rules toshset-1.72/debian/rules
--- toshset-1.72/debian/rules
+++ toshset-1.72/debian/rules
@@ -17,7 +17,7 @@
autoconf
./configure --prefix=/usr --mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info
-   if [ "$(NOOPT)" == "1" ]; then \
+   if [ "$(NOOPT)" = "1" ]; then \
cat Makefile | sed -e s/"-O2"/"-O0"/ > out && \
mv out Makefile; \
fi



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: your mail

2007-11-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 452000 pending
Bug#452000: apt-spy: Build-Depends on obsolete libcurl3-openssl-dev
There were no tags set.
Tags added: pending

> owner 452000 !
Bug#452000: apt-spy: Build-Depends on obsolete libcurl3-openssl-dev
Owner recorded as Raphael Geissert <[EMAIL PROTECTED]>.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]