Your message dated Sun, 30 Sep 2007 16:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#438253: fixed in vlan 1.9-3
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 ---
Package: vlan
Version: 1.9-2
Severity: wishlist
User: [EMAIL PROTECTED]
Usertags: nostrip
Hello,
There was a problem while autobuilding your package with
DEB_BUILD_OPTIONS=nostrip.
Final binaries are still stripped.
If you call dh_strip correctly in debian/rules, this may mean that upstream
is stripping anyway.
You should look for call to strip, ld -s or install -s which may strip binaries.
> Automatic build of vlan_1.9-2 on octave for sid/i386 by rebuildd 0.2.2-r136
> Build started at 2007-08-15 21:04:09.214839
> ******************************************************************************
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Need to get 183kB of source archives.
> Get:1 http://ftp.fr.debian.org sid/main vlan 1.9-2 (dsc) [576B]
> Get:2 http://ftp.fr.debian.org sid/main vlan 1.9-2 (tar) [176kB]
> Get:3 http://ftp.fr.debian.org sid/main vlan 1.9-2 (diff) [6276B]
> Fetched 183kB in 0s (697kB/s)
> Download complete and in download only mode
> W: /home/staff/jd/.pbuilderrc does not exist
> I: using fakeroot in build.
> Current time: Wed Aug 15 21:04:13 UTC 2007
> pbuilder-time-stamp: 1187211853
> Building the build Environment
> -> extracting base tarball [/var/cache/pbuilder/sid.tgz]
> -> creating local configuration
> -> copying local configuration
> -> mounting /proc filesystem
> -> mounting /dev/pts filesystem
> -> policy-rc.d already exists
> Obtaining the cached apt archive contents
> Installing the build-deps
> -> Attempting to parse the build-deps
> -> Considering build-dep debhelper (>= 5)
> -> Trying debhelper
> -> Installing debhelper
> Reading package lists...
[...]
> dh_builddeb -pvlan
> dpkg-deb: building package `vlan' in `../vlan_1.9-2_i386.deb'.
> dpkg-genchanges
> dpkg-genchanges: not including original source code in upload
> dpkg-buildpackage: binary and diff upload (original source NOT included)
> Copying back the cached apt archive contents
> -> unmounting dev/pts filesystem
> -> unmounting proc filesystem
> -> cleaning the build env
> -> removing directory /var/cache/pbuilder/build//24438 and its
> subdirectories
> Current time: Wed Aug 15 21:11:28 UTC 2007
> pbuilder-time-stamp: 1187212288
> Checking vlan_1.9-2_i386.deb for stripped binaries...
> ---------------------------------------
> /tmp/vlan_1.9-2_i386.deb/sbin/vconfig: ELF 32-bit LSB executable, Intel
> 80386, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared
> libs), stripped
>
> ...done
> Removing result files...
> ...done
> ******************************************************************************
> Finished with status POST_BUILD_FAILED at 2007-08-15 21:11:33.602106
> Build needed 0:07:24.387267
--
Julien Danjou
.''`. Debian Developer
: :' : http://julien.danjou.info
`. `' http://people.debian.org/~acid
`- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
--- End Message ---
--- Begin Message ---
Source: vlan
Source-Version: 1.9-3
We believe that the bug you reported is fixed in the latest version of
vlan, which is due to be installed in the Debian FTP archive:
vlan_1.9-3.diff.gz
to pool/main/v/vlan/vlan_1.9-3.diff.gz
vlan_1.9-3.dsc
to pool/main/v/vlan/vlan_1.9-3.dsc
vlan_1.9-3_i386.deb
to pool/main/v/vlan/vlan_1.9-3_i386.deb
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.
Loic Minier <[EMAIL PROTECTED]> (supplier of updated vlan 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: Sun, 30 Sep 2007 18:12:43 +0200
Source: vlan
Binary: vlan
Architecture: source i386
Version: 1.9-3
Distribution: unstable
Urgency: low
Maintainer: Ard van Breemen <[EMAIL PROTECTED]>
Changed-By: Loic Minier <[EMAIL PROTECTED]>
Description:
vlan - user mode programs to enable VLANs on your ethernet devices
Closes: 398807 398837 400827 404630 436219 438253
Changes:
vlan (1.9-3) unstable; urgency=low
.
* Add XS-Vcs-Git and XS-Vcs-Browser fields to control.
* Fix and cleanup the vlan-interfaces.5 man page.
* Drop useless delta and cleanup Debian diff.
* Rewrite copyright file completely; some copyrights and licensing headers
are missing upstream and should be clarified with the help of upstream.
* Stop installing README; no useful additional information.
* Drop Debian specific exit codes for vconfig errors; use upstream exit
codes instead; document this change in NEWS.
* Big cleanup to build and rules; misc fixes for obsolete constructions.
* Cleanup CCFLAGS:
- Build without -D_GNU_SOURCE; makes no difference on the resulting
binaries, so simply rely on the upstream build.
- Build with -O2 unless DEB_BUILD_OPTIONS has noopt.
* Prepare to ship macvlan_config in the future.
* Add support for bonding in if-pre-up and if-post-down scripts; cleanup
these scripts; closes: #404630.
* Point to the vlan-interfaces(5) man page in the Debian README and
recommend setting vlan-raw-device.
* Add support for wlan in if-pre-up and if-post-down scripts;
closes: #398837.
* Document the bonding and wlan changes in NEWS.
* Install howto.html as documentation.
* Document that aliases are ignored by the vlan scripts; closes: #400827.
* Add debian/TODO list.
* Pass STRIP=true to the upstream build to avoid stripping; closes: #438253.
* Hide "bind-type" in help string as it doesn't seem to be implemented;
closes: #398807.
* Document that the default for REORDER_HDR is 1 since 2.6.18; thanks
Kristian Sørensen; closes: #436219.
Files:
2f2e6aaf5b31f728d25e95a9a755473d 692 misc extra vlan_1.9-3.dsc
ed8d54601b0a06b6718f1aee0e196412 6547 misc extra vlan_1.9-3.diff.gz
94847dce5b85527b0a03b42eb3213a7b 39606 misc extra vlan_1.9-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG/8vP4VUX8isJIMARAmUxAKCiKjL3wOHGn20bmpCwy4tqojZdDACfYpW5
p5lwi2eEyJjvQZp/ZAv60bY=
=pt4D
-----END PGP SIGNATURE-----
--- End Message ---