Your message dated Sun, 17 May 2009 09:47:12 +0000
with message-id <[email protected]>
and subject line Bug#526728: fixed in drgeo 1.1.0-3
has caused the Debian Bug report #526728,
regarding drgeo: use $(CURDIR) rather than pwd in debian/rules
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
526728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526728
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: drgeo
Version: 1.1.0-2
In debian/rules, $(CURDIR) should be used rather than pwd, as shown in the
following patch. pwd is hard to predict and will always succeed and return
something.
--- rules.orig 2009-05-02 22:05:26.000000000 -0700
+++ rules 2009-05-02 22:05:24.000000000 -0700
@@ -41,9 +41,9 @@
dh_testroot
dh_clean -k
dh_installdirs
- $(MAKE) install prefix=`pwd`/debian/drgeo/usr
- rmdir -p --ignore-fail-on-non-empty
`pwd`/debian/drgeo/usr/X11R6/include/X11/pixmaps/
- install -m 644 `pwd`/debian/drgeo_32x32.xpm
`pwd`/debian/drgeo/usr/share/pixmaps
+ $(MAKE) install prefix=$(CURDIR)/debian/drgeo/usr
+ rmdir -p --ignore-fail-on-non-empty
$(CURDIR)/debian/drgeo/usr/X11R6/include/X11/pixmaps/
+ install -m 644 $(CURDIR)/debian/drgeo_32x32.xpm
$(CURDIR)/debian/drgeo/usr/share/pixmaps
# dh_movefiles
# Build architecture-independent files here.
--- End Message ---
--- Begin Message ---
Source: drgeo
Source-Version: 1.1.0-3
We believe that the bug you reported is fixed in the latest version of
drgeo, which is due to be installed in the Debian FTP archive:
drgeo_1.1.0-3.diff.gz
to pool/main/d/drgeo/drgeo_1.1.0-3.diff.gz
drgeo_1.1.0-3.dsc
to pool/main/d/drgeo/drgeo_1.1.0-3.dsc
drgeo_1.1.0-3_i386.deb
to pool/main/d/drgeo/drgeo_1.1.0-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.
Francisco Garcia <[email protected]> (supplier of updated
drgeo 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.8
Date: Sat, 09 May 2009 18:41:49 +0200
Source: drgeo
Binary: drgeo
Architecture: source i386
Version: 1.1.0-3
Distribution: unstable
Urgency: low
Maintainer: Francisco Garcia <[email protected]>
Changed-By: Francisco Garcia <[email protected]>
Description:
drgeo - An interactive geometry software
Closes: 526728
Changes:
drgeo (1.1.0-3) unstable; urgency=low
.
* Fixed debian/rules file:
- Changed pwd command to $(CURDIR) (Closes: #526728).
- Changed dh_clean to dh_prep to avoid a lintian warning.
- Cleaned up unneeded comments.
* Updated to Debian policy 3.8.1.
* Added Homepage control field with drgeo web page in gnu
project web site.
* Changed the long description control field with new web
page reference, the old web page was removed.
Checksums-Sha1:
490c9d77ac49bfea2cd1c8e5c4518ddfcb9ee2a7 1143 drgeo_1.1.0-3.dsc
dc253c454b19eabe73c25f24636cebaa6d5a6bd8 31681 drgeo_1.1.0-3.diff.gz
2b310c8e4c17d955678fa864f12b09deb459d993 831754 drgeo_1.1.0-3_i386.deb
Checksums-Sha256:
297a0d5e53dda35f72b57db19059281ce79f2a0b79d91f4697c4f1801d46a85a 1143
drgeo_1.1.0-3.dsc
4dcc697448445ada58fe5e78662425769aeff2e1f3717496f57e802daae9569c 31681
drgeo_1.1.0-3.diff.gz
bfdbd1e429d5edb63be20b51c1af9b2e754929a3f1cd2cfe64e1426a31250310 831754
drgeo_1.1.0-3_i386.deb
Files:
c71edfd50573112c98782e0a5fbe1df4 1143 math extra drgeo_1.1.0-3.dsc
b478ebde5eaf1de9e762bb37e13164dd 31681 math extra drgeo_1.1.0-3.diff.gz
69b2a91b00a5f536474f71b7da6037c2 831754 math extra drgeo_1.1.0-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkoP218ACgkQmqVR2WapDeLxPACgyBC0YvZLdbW9HS6BBvH0ufi5
xb4An1WH0l3ICQEcYccltHK80ohHOveR
=2SR+
-----END PGP SIGNATURE-----
--- End Message ---