Your message dated Tue, 28 Feb 2006 17:32:03 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#251547: fixed in equivs 2.0.7
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: equivs
Version: 2.0.6-0.1
Severity: normal
Tags: patch

Hi,

I just applied the operator-precedence patch and tweaked the
package description.  Patch follows.

-Steve
Only in equivs-patched/: build-stamp
diff -u -r -u equivs-2.0.6/debian/changelog equivs-patched/debian/changelog
--- equivs-2.0.6/debian/changelog       2003-06-11 10:45:26.000000000 -0400
+++ equivs-patched/debian/changelog     2004-05-28 21:49:29.000000000 -0400
@@ -1,3 +1,15 @@
+equivs (2.0.6-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  
+  * equivs-build: fix operator precedence problem.  Applied patch from
+  Mattia Dongili.  Closes: #237963, 218443.
+  
+  * debian/control: Tweaked the description message, removing the
+  misleading phrase "dummy package".  Closes: #201852.
+
+ -- Steve M. Robbins <[EMAIL PROTECTED]>  Fri, 28 May 2004 21:38:59 -0400
+
 equivs (2.0.6) unstable; urgency=low
 
   * Just to correct some changelog issues
@@ -242,6 +254,4 @@
 
  -- Paul Seelig <[EMAIL PROTECTED]>  Wed, 12 Mar 1997 10:46:03 +0100
 
-Local variables:
-mode: debian-changelog
-End:
+
diff -u -r -u equivs-2.0.6/debian/control equivs-patched/debian/control
--- equivs-2.0.6/debian/control 2003-06-11 10:30:44.000000000 -0400
+++ equivs-patched/debian/control       2004-05-28 21:54:37.000000000 -0400
@@ -8,13 +8,15 @@
 Package: equivs
 Depends: perl|perl5, debhelper, dpkg-dev, devscripts, make, fakeroot
 Architecture: all
-Description: Circumventing Debian package dependencies
- This is a dummy package which can be used to create Debian
- packages which only contain dependency information.
+Description: Circumvent Debian package dependencies
+ This package provides a tool to create Debian
+ packages that only contain dependency information.
  .
- This way, you can make the Debian package management
- system believe that equivalents to packages which other
- packages do depend on are actually installed.
+ If a package P is not installed on the system, packages
+ that depend on P cannot normally be installed.  However,
+ if equivalent functionality to P is known to be installed,
+ this tool can be used to trick the Debian package management
+ system into believing that package P is actually installed.
  .
  Another possibility is creation of a meta package. When this 
  package contains a dependency as "Depends: a, b, c", then 
Only in equivs-patched/debian: control~
Only in equivs-patched/debian: equivs-build.1
Only in equivs-patched/debian: equivs-control.1
Only in equivs-patched/debian: files
Only in equivs-patched/debian: tmp
Only in equivs-patched/: install-stamp
diff -u -r -u equivs-2.0.6/usr/bin/equivs-build 
equivs-patched/usr/bin/equivs-build
--- equivs-2.0.6/usr/bin/equivs-build   2001-06-29 15:56:30.000000000 -0400
+++ equivs-patched/usr/bin/equivs-build 2004-05-28 21:29:30.000000000 -0400
@@ -68,7 +68,7 @@
 
 my $ret = system("cp -R /usr/share/equivs/template/* $builddir");
 
-if ( 0xffff & $ret != 0 ) {
+if ( (0xffff & $ret) != 0 ) {
   die "Error on copy of the template files: $!";
 }
 
@@ -176,7 +176,7 @@
   $ret = system("$arch_cmd fakeroot debian/rules binary");
 }
 
-if ( 0xffff & $ret != 0 ) {
+if ( (0xffff & $ret) != 0 ) {
   die "Error during the build process: $!";
 } else {
   print "\nThe package has been created.\n";




-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1-k7
Locale: LANG=C, LC_CTYPE=C

Versions of packages equivs depends on:
ii  debhelper                     4.2.10     helper programs for debian/rules
ii  devscripts                    2.7.95.1   Scripts to make the life of a Debi
ii  dpkg-dev                      1.10.21    Package building tools for Debian
ii  fakeroot                      0.9.5      Gives a fake root environment
ii  make                          3.80-7     The GNU version of the "make" util
ii  perl [perl5]                  5.8.4-2    Larry Wall's Practical Extraction 

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: equivs
Source-Version: 2.0.7

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

equivs_2.0.7.dsc
  to pool/main/e/equivs/equivs_2.0.7.dsc
equivs_2.0.7.tar.gz
  to pool/main/e/equivs/equivs_2.0.7.tar.gz
equivs_2.0.7_all.deb
  to pool/main/e/equivs/equivs_2.0.7_all.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.
Peter Samuelson <[EMAIL PROTECTED]> (supplier of updated equivs 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: Tue, 28 Feb 2006 02:01:16 -0600
Source: equivs
Binary: equivs
Architecture: source all
Version: 2.0.7
Distribution: unstable
Urgency: low
Maintainer: Peter Samuelson <[EMAIL PROTECTED]>
Changed-By: Peter Samuelson <[EMAIL PROTECTED]>
Description: 
 equivs     - Circumvent Debian package dependencies
Closes: 118526 201852 218443 237963 251547 320619 350835
Changes: 
 equivs (2.0.7) unstable; urgency=low
 .
   * New maintainer.  (Closes: #350835)
   * Acknowledge NMU.  (Closes: #201852, #218443, #237963, #251547)
   * Add file COPYING, the GNU GPL v2, to top level of source tree.
   * Update both build-time and runtime use of debhelper to v4.
     (Closes: #320619)
   * debian/copyright, debian/rules: cleanups
   * debian/control:
     - standards version 3.6.2 (no changes needed)
     - rewrite description
     - drop 'perl5' alternative dependency; the perl5 package disappeared
       about 3 release cycles ago
   * template/debian/copyright: update FSF address.
   * template/debian/control.in: edit description, set maintainer to
     [EMAIL PROTECTED], update standards version, add correct debhelper
     Build-Depends
   * template/debian/rules: streamline somewhat.
   * equivs-build: support Replaces: field.  (Closes: #118526)
   * equivs-build, template/debian/README.Debian.in:
     use "@" instead of the ISO-8859-1 section symbol for the variable
     escapes, to make life slightly easier for users of other charsets.
     - equivs-build.pod: update (and fix) the documentation for this
   * equivs-build: allow comments in control file.
     - template.ctl: comment out most of the entries, to save the user some
       time in common cases.  Also mention that packages lists are all
       comma-separated.
   * equivs-build: Lots of code cleanups.  Highlights:
     - Use File::Temp::tempdir.  This removes the dir upon normal exit.  On
       abend, tell the user where it is so she can examine and remove it.
     - Print usage message to STDERR, not STDOUT
     - Actually bother to close all the files we open
     - die with "\n".  I doubt users care about source code line numbers.
     - 3-arg open(), multi-arg system(), and in general try to look less
       like Perl 4
     - Delete outdated or useless comments, commented-out code, unneeded
       variables, and redundant integrity checks
     - Eliminate most use of global variables
     The net effect is to shrink the file by about 20%.
Files: 
 c4f051ba104323471f63dd44ede4de80 488 admin extra equivs_2.0.7.dsc
 7447767a3d2d1a7fbea166f1a36d8a65 18437 admin extra equivs_2.0.7.tar.gz
 afb9f1bb43cefd0eabf0e13eaac51d05 18486 admin extra equivs_2.0.7_all.deb

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

iD8DBQFEBPdTgcCJIoCND9ARAvohAKC1jt6SkocIL6odVzKT44ojHP3lMQCfSBL9
gRIDJFRA1UmyHU5VLaSPbx8=
=BY21
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to