Your message dated Tue, 29 Jan 2008 16:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#453637: fixed in xorp 1.5~cvs.20080128-1
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 <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Bashism leads to FTBFS
Package: xorp
Version: 1.5~cvs.20070824-1
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch

Your package has a bashism in debian/rules which causes FTBFS on systems with /bin/sh linked to /bin/dash. Even if Debian does not seem affected, it could be worth adjust it for compatibility purposes.

Attached patch, taken from Ubuntu version, should implement this.

Thank you.
ÿþdiff -pruN 
1.5~cvs.20070824-1/debian/rules 
1.5~cvs.20070824-1ubuntu1/debian/rules

--- 1.5~cvs.20070824-1/debian/rules 
2007-11-24 13:14:06.000000000 +0000

+++ 
1.5~cvs.20070824-1ubuntu1/debian/rules   
2007-11-24 13:11:49.000000000 +0000

[EMAIL PROTECTED]@ -65,7 +65,7 [EMAIL PROTECTED]@ 
build-indep-stamp:

      dh_testdir

 

      # Add here commands to compile the 
indep part of the package.

-     pushd docs && $(MAKE) && popd

+     cd docs && $(MAKE) && cd $(CURDIR)

      touch [EMAIL PROTECTED]

 

 

[EMAIL PROTECTED]@ -73,7 +73,7 [EMAIL PROTECTED]@ clean:

      dh_testdir

      dh_testroot

      # Add here commands to clean up 
after the build process.

-     pushd docs ; $(MAKE) distclean || 
true ; popd

+     cd docs ; $(MAKE) distclean || true 
; cd $(CURDIR)

      -$(MAKE) distclean || true

 ifneq "$(wildcard 
/usr/share/misc/config.sub)" ""

      cp -f /usr/share/misc/config.sub 
config.sub

[EMAIL PROTECTED]@ -111,7 +111,7 [EMAIL PROTECTED]@ 
install-arch:

      # Binaries : 

      find debian/xorp/usr/lib/xorp/bin/ 
-type f -exec mv -v {} 
debian/xorp/usr/sbin/ \;

      mv debian/xorp/usr/bin/xorp_rtrmgr  
debian/xorp/usr/sbin/

-     pushd debian/xorp/usr/sbin/ && find 
-type f -exec ln -vsf /usr/sbin/{} 
../lib/xorp/bin/ \; && popd

+     cd debian/xorp/usr/sbin/ && find 
-type f -exec ln -vsf /usr/sbin/{} 
../lib/xorp/bin/ \; && cd $(CURDIR)

 

      # Config files : 

      cp debian/config.boot.small 
debian/xorp/etc/xorp/config.boot

--- End Message ---
--- Begin Message ---
Source: xorp
Source-Version: 1.5~cvs.20080128-1

We believe that the bug you reported is fixed in the latest version of
xorp, which is due to be installed in the Debian FTP archive:

xorp-doc_1.5~cvs.20080128-1_all.deb
  to pool/main/x/xorp/xorp-doc_1.5~cvs.20080128-1_all.deb
xorp_1.5~cvs.20080128-1.diff.gz
  to pool/main/x/xorp/xorp_1.5~cvs.20080128-1.diff.gz
xorp_1.5~cvs.20080128-1.dsc
  to pool/main/x/xorp/xorp_1.5~cvs.20080128-1.dsc
xorp_1.5~cvs.20080128-1_i386.deb
  to pool/main/x/xorp/xorp_1.5~cvs.20080128-1_i386.deb
xorp_1.5~cvs.20080128.orig.tar.gz
  to pool/main/x/xorp/xorp_1.5~cvs.20080128.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jose Calhariz <[EMAIL PROTECTED]> (supplier of updated xorp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 23 Jan 2008 01:24:37 +0000
Source: xorp
Binary: xorp-doc xorp
Architecture: source all i386
Version: 1.5~cvs.20080128-1
Distribution: unstable
Urgency: low
Maintainer: Jose Calhariz <[EMAIL PROTECTED]>
Changed-By: Jose Calhariz <[EMAIL PROTECTED]>
Description: 
 xorp       - eXtensible Open Router Platform
 xorp-doc   - eXtensible Open Router Platform documentation
Closes: 441121 453485 453637 454026
Changes: 
 xorp (1.5~cvs.20080128-1) unstable; urgency=low
 .
   [ Javier Fernandez-Sanguino ]
   * Update to latest CVS contents
   * Modify debian/rules to prevent autobuilders from building
     the binary-independent components: (Closes: #441121)
     - Create a new Build-Depends-Indep with all the TeX
     components used to build documentation
     - Since autobuilders call build, which in turns calls build-indep, hack
       the debian rules file so that the documentation is only built if ps2pdf,
       dvips and pslatex are available.
   * Modify the init.d script:
     - restart action: Do not attempt to stop xorp if not running
     - stop function: fix errors in the script
     - add a try-restart action
     - restructure the init.d script, move the restart code to a function
     - review the use of echo calls and exit values
   * Use, as examples, the new boot files at rtrmgr/config/
 .
   [ Jose Calhariz ]
   * Add depends on ncurses-dev, I don't know why xorp use tigetstr
     function from curses.  This way the depends field change less between
     build environments.
   * Removed pushd and popd commands from Makefile and replaced with cd
     commands, was a bashism and FTBFS (closes: #453637)
   * debian/control converted to utf-8 (closes: #454026) (closes: #453485)
   * init.d/xorp now returns 0 if disabled.
   * Added Vcs-Browser and Vcs-Svn fields pointing to the repository of the
     package.
Files: 
 9a6c827d4d53f534051cc4a4c046c7a3 1197 net extra xorp_1.5~cvs.20080128-1.dsc
 ab399c4a93d8458e60d3115165e6dec1 7325367 net extra 
xorp_1.5~cvs.20080128.orig.tar.gz
 94325ceab4f418cd357f03f2f115ac2a 54812 net extra 
xorp_1.5~cvs.20080128-1.diff.gz
 1c3924b447fb39cc43b3771404f52ec8 2159376 doc extra 
xorp-doc_1.5~cvs.20080128-1_all.deb
 fae23159283dc6d4980d25fe4f2d0f7d 15101492 net extra 
xorp_1.5~cvs.20080128-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHn0gGsandgtyBSwkRAkWYAJoCeMEwfHKPzRf6xdBHLruEbklAcgCfW9dU
apuJMWqOpXyQf9Ckt+0YFy8=
=Jdfg
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to