[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#453014: marked as done (Bashism)



Your message dated Fri, 25 Jan 2008 22:15:56 +0100
with message-id <871w85mws3.fsf@pindar.marcbrockschmidt.de>
and subject line no bashism in netcdf
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
From: Luca Falavigna <dktrkranz@ubuntu.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Bashism
Package: netcdf
Version: 3.6.1-1
Severity: minor
Tags: patch
User: ubuntu-devel@lists.ubuntu.com
Usertags: origin-ubuntu hardy ubuntu-patch

netcdf has a bashism in debian/rules file which causes FTBFS on systems
with /bin/sh linked to /bin/dash. Even if Debian is not affected, it
could be worth adjust it for compatibility purposes.
Attached patch, taken from Ubuntu version, should fix this issue.

Thank you.
diff -pruN 3.6.1-1/debian/rules 3.6.1-1ubuntu1/debian/rules
--- 3.6.1-1/debian/rules	2007-11-06 10:10:48.000000000 +0000
+++ 3.6.1-1ubuntu1/debian/rules	2007-11-06 10:09:27.000000000 +0000
@@ -335,8 +335,7 @@ endif
 	  debian/tmp-dev/usr/share/doc/$(package)g-dev/changelog.Debian
 	install -m 644 src/cxx/example.c src/cxx/example.cpp \
 	  debian/tmp-dev/usr/share/doc/$(package)g-dev/examples/.
-	gzip -9v debian/tmp-dev/usr/share/doc/$(package)g-dev/[^e]*	\
-	  debian/tmp-dev/usr/share/doc/$(package)g-dev/examples/*
+	gzip -9vr debian/tmp-dev/usr/share/doc/$(package)g-dev/*
 	$(RM) -r debian/tmp-dev/usr/share/man/man3f
 	gzip -9v debian/tmp-dev/usr/share/man/*/*
 	install -m 644 debian/copyright	\

--- End Message ---
--- Begin Message ---
Package: netcdf
Version: 1:3.6.2-1

Heya,

Repackaging this with cdbs fixed the bashism in experimental.

Marc
-- 
BOFH #129:
The ring needs another token


--- End Message ---

Reply to: