Your message dated Thu, 20 Oct 2011 12:02:15 +0000
with message-id <e1rgrkb-0000tz...@franck.debian.org>
and subject line Bug#642080: fixed in facturlinex2 2.0.1-1
has caused the Debian Bug report #642080,
regarding facturlinex2: fails to build against lazarus-src 0.9.30
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 ow...@bugs.debian.org
immediately.)
--
642080: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642080
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: facturlinex2
Version: 2.0.0-2
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch oneiric
facturlinex2 fails to build against lazarus-src 0.9.30, as shown in this
Ubuntu bug report:
https://bugs.launchpad.net/ubuntu/+source/facturlinex2/+bug/831348
I've just changed /usr/lib/lazarus/0.9.28.2 to /usr/lib/lazarus/0.9.30,
although this will presumably break again in the future. I considered
using /usr/lib/lazarus/default instead, but held off because that
symlink is managed by update-alternatives and relying on any particular
target for an alternative is problematic for reproducible builds. If
you think this isn't a problem, then you might do that instead.
* Build against lazarus-src 0.9.30 (LP: #831348).
diff -Nru facturlinex2-2.0.0/debian/rules facturlinex2-2.0.0/debian/rules
--- facturlinex2-2.0.0/debian/rules 2011-01-30 18:47:34.000000000 +0000
+++ facturlinex2-2.0.0/debian/rules 2011-09-19 09:43:15.000000000 +0100
@@ -24,8 +24,8 @@
dh_testdir
dh_testroot
dh_prep
- /usr/bin/fpc -MDelphi -Sgi -O1 -gl -vewnhi -l
-Fu/usr/lib/lazarus/0.9.28.2/lcl/units/i386-linux/
-Fu/usr/lib/lazarus/0.9.28.2/lcl/units/i386-linux/gtk2/ -Fu./Fuentes/powerpdf/
-FU./Fuentes/Bin/ -FE./Fuentes/Bin/ -dLAZ_POWERPDF -dLCL -dLCLgtk2
./Fuentes/powerpdf/PowerPdf.pas
- /usr/bin/fpc -s -MObjFPC -Si -Os1 -gl -XX -vewnhi -l -Fu./Fuentes/
-Fu/usr/lib/lazarus/0.9.28.2/components/tachart/ -Fu./Fuentes/zeos/
-Fu./Fuentes/zeos/component/ -Fu./Fuentes/zeos/core/ -Fu./Fuentes/zeos/dbc/
-Fu./Fuentes/zeos/parsesql -Fu./Fuentes/zeos/plain/
-Fu/usr/lib/lazarus/0.9.28.2/components/lazreport/source/addons/pdfexport/
-Fu/usr/lib/lazarus/0.9.28.2/components/lazreport/source/
-Fu/usr/lib/lazarus/0.9.28.2/components/printers/lib/i386-linux/gtk2/
-Fu/usr/lib/lazarus/0.9.28.2/components/synedit/units/i386-linux/
-Fu./Fuentes/powerpdf/ -Fu/usr/lib/lazarus/0.9.28.2/ideintf/units/i386-linux/
-Fu/usr/lib/lazarus/0.9.28.2/lcl/units/i386-linux/
-Fu/usr/lib/lazarus/0.9.28.2/lcl/units/i386-linux/gtk2/ -Fu./Fuentes/dcpcrypt/
-Fu/usr/lib/lazarus/0.9.28.2/packager/units/i386-linux/ -Fu./Fuentes/ -Fu.
-FU./Fuentes/Bin/ -FE./Fuentes/Bin/ -oFacturLinEx -dLCL -dLCLgtk2
./Fuentes/FacturLinEx.lpr
+ /usr/bin/fpc -MDelphi -Sgi -O1 -gl -vewnhi -l
-Fu/usr/lib/lazarus/0.9.30/lcl/units/i386-linux/
-Fu/usr/lib/lazarus/0.9.30/lcl/units/i386-linux/gtk2/ -Fu./Fuentes/powerpdf/
-FU./Fuentes/Bin/ -FE./Fuentes/Bin/ -dLAZ_POWERPDF -dLCL -dLCLgtk2
./Fuentes/powerpdf/PowerPdf.pas
+ /usr/bin/fpc -s -MObjFPC -Si -Os1 -gl -XX -vewnhi -l -Fu./Fuentes/
-Fu/usr/lib/lazarus/0.9.30/components/tachart/ -Fu./Fuentes/zeos/
-Fu./Fuentes/zeos/component/ -Fu./Fuentes/zeos/core/ -Fu./Fuentes/zeos/dbc/
-Fu./Fuentes/zeos/parsesql -Fu./Fuentes/zeos/plain/
-Fu/usr/lib/lazarus/0.9.30/components/lazreport/source/addons/pdfexport/
-Fu/usr/lib/lazarus/0.9.30/components/lazreport/source/
-Fu/usr/lib/lazarus/0.9.30/components/printers/lib/i386-linux/gtk2/
-Fu/usr/lib/lazarus/0.9.30/components/synedit/units/i386-linux/
-Fu./Fuentes/powerpdf/ -Fu/usr/lib/lazarus/0.9.30/ideintf/units/i386-linux/
-Fu/usr/lib/lazarus/0.9.30/lcl/units/i386-linux/
-Fu/usr/lib/lazarus/0.9.30/lcl/units/i386-linux/gtk2/ -Fu./Fuentes/dcpcrypt/
-Fu/usr/lib/lazarus/0.9.30/packager/units/i386-linux/ -Fu./Fuentes/ -Fu.
-FU./Fuentes/Bin/ -FE./Fuentes/Bin/ -oFacturLinEx -dLCL -dLCLgtk2
./Fuentes/FacturLinEx.lpr
/usr/bin/ld -b elf32-i386 -m elf_i386
--dynamic-linker=/lib/ld-linux.so.2 -L. -o ./Fuentes/Bin/FacturLinEx
./Fuentes/Bin/link.res
dh_installdirs
dh_install Fuentes/Bin/FacturLinEx /usr/bin/
Thanks,
--
Colin Watson [cjwat...@ubuntu.com]
--- End Message ---
--- Begin Message ---
Source: facturlinex2
Source-Version: 2.0.1-1
We believe that the bug you reported is fixed in the latest version of
facturlinex2, which is due to be installed in the Debian FTP archive:
facturlinex2_2.0.1-1.debian.tar.gz
to main/f/facturlinex2/facturlinex2_2.0.1-1.debian.tar.gz
facturlinex2_2.0.1-1.dsc
to main/f/facturlinex2/facturlinex2_2.0.1-1.dsc
facturlinex2_2.0.1-1_i386.deb
to main/f/facturlinex2/facturlinex2_2.0.1-1_i386.deb
facturlinex2_2.0.1.orig.tar.gz
to main/f/facturlinex2/facturlinex2_2.0.1.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 642...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nicolas Lopez de Lerma Aymerich <nico...@esdebian.org> (supplier of updated
facturlinex2 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 17 Nov 2011 18:29:47 +0200
Source: facturlinex2
Binary: facturlinex2
Architecture: source i386
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Nicolas Lopez de Lerma Aymerich <nico...@esdebian.org>
Changed-By: Nicolas Lopez de Lerma Aymerich <nico...@esdebian.org>
Description:
facturlinex2 - ERP/CRM for small and medium businesses
Closes: 642080
Changes:
facturlinex2 (2.0.1-1) unstable; urgency=low
.
* Update to new version rev 440
* Uploaded to Debian (Closes: #642080)
Checksums-Sha1:
1daaa7e671ea03f8a49748199c6e1e41693adbc5 1209 facturlinex2_2.0.1-1.dsc
720e088c17966e466ed21c966d6d7784bbbfbf7a 8471124 facturlinex2_2.0.1.orig.tar.gz
c9d8e2461576758de047994518c1164a9784a81e 3854
facturlinex2_2.0.1-1.debian.tar.gz
f3bec3b6472666efcef1c5ae0171451ef4d86466 6086328 facturlinex2_2.0.1-1_i386.deb
Checksums-Sha256:
64a47e695137532e0bd46bf67768ae6bdb6b71fa726410787e446fbf5b357f2b 1209
facturlinex2_2.0.1-1.dsc
c4cf9360df355b6be6c95d5def222b35d6d60ee9ab6bfd8b84704318c0641200 8471124
facturlinex2_2.0.1.orig.tar.gz
6f26912dd86d040f3dabf05150a7d19e90b9885dac2ddabf8a6a7af875c5d3f4 3854
facturlinex2_2.0.1-1.debian.tar.gz
af460d5c56159170708ffacdfecd914ff513d74f221b0cc2d4e7bc1f8df55bca 6086328
facturlinex2_2.0.1-1_i386.deb
Files:
ec26ca7e129a9c1ea13fd443930224f2 1209 x11 optional facturlinex2_2.0.1-1.dsc
92e6b85d1edf4523f12ed50928dab6aa 8471124 x11 optional
facturlinex2_2.0.1.orig.tar.gz
f6b2e8e3b97c7f53103ff3c1636b5bcb 3854 x11 optional
facturlinex2_2.0.1-1.debian.tar.gz
0d66441a784cf4596101d7def58859b5 6086328 x11 optional
facturlinex2_2.0.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk6f2gcACgkQmqVR2WapDeKN0wCg4H3miI8vcytl6X5u8dU6w94J
kwQAnAkowxRmH5pVPC4YbKvPd+t59Eyj
=JrLU
-----END PGP SIGNATURE-----
--- End Message ---