Your message dated Thu, 07 Apr 2011 21:47:36 +0000
with message-id <[email protected]>
and subject line Bug#620729: fixed in geda-gaf 1:1.6.2-2
has caused the Debian Bug report #620729,
regarding geda-gaf: Please clean out dependency_libs from la-file (Policy 10.2)
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.)


-- 
620729: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620729
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: geda-gaf
Version: 1:1.6.2-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpbpMQBx
In Ubuntu, the attached patch was applied to achieve the following:

  * debian/rules: clean out dependency_libs from la-file per policy 10.2

Dear Maintainer,

The attached patch has just been applied to the Ubuntu geda-gaf package, 
to null out the dependency_libs field in the libtool .la file being
shipped in the -dev package.  This is generally a good idea because it
avoids causing consumers of your library to require other .la files listed
here to be available at build time when they're not actually needed (i.e.,
in the dynamic linking common case).  It's specifically a good idea right
now because multiarch is imminent, and that means the .la files referenced
here are going to *move* soon, causing build failures for anything using
libtool to build against geda-gaf.  As long as geda-gaf is going to need a 
rebuild to fix up the invalid .la references, it would be nice to get rid of 
them altogether.

Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty
  APT policy: (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru geda-gaf-1.6.2/debian/rules geda-gaf-1.6.2/debian/rules
--- geda-gaf-1.6.2/debian/rules	2011-01-27 13:55:53.000000000 +0100
+++ geda-gaf-1.6.2/debian/rules	2011-04-03 19:00:38.000000000 +0200
@@ -34,6 +34,9 @@
 	dh_auto_install --sourcedirectory=symbols    -- DESTDIR=$(CURDIR)/debian/geda-symbols
 	dh_auto_install --sourcedirectory=docs       -- DESTDIR=$(CURDIR)/debian/geda-doc
 	dh_auto_install --sourcedirectory=examples   -- DESTDIR=$(CURDIR)/debian/geda-examples
+	for file in debian/tmp/usr/lib/*.la; do \
+		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+	done
 
 override_dh_install:
 	dh_install

--- End Message ---
--- Begin Message ---
Source: geda-gaf
Source-Version: 1:1.6.2-2

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

geda-doc_1.6.2-2_all.deb
  to main/g/geda-gaf/geda-doc_1.6.2-2_all.deb
geda-examples_1.6.2-2_all.deb
  to main/g/geda-gaf/geda-examples_1.6.2-2_all.deb
geda-gaf_1.6.2-2.debian.tar.gz
  to main/g/geda-gaf/geda-gaf_1.6.2-2.debian.tar.gz
geda-gaf_1.6.2-2.dsc
  to main/g/geda-gaf/geda-gaf_1.6.2-2.dsc
geda-gattrib_1.6.2-2_i386.deb
  to main/g/geda-gaf/geda-gattrib_1.6.2-2_i386.deb
geda-gnetlist_1.6.2-2_i386.deb
  to main/g/geda-gaf/geda-gnetlist_1.6.2-2_i386.deb
geda-gschem_1.6.2-2_i386.deb
  to main/g/geda-gaf/geda-gschem_1.6.2-2_i386.deb
geda-gsymcheck_1.6.2-2_i386.deb
  to main/g/geda-gaf/geda-gsymcheck_1.6.2-2_i386.deb
geda-symbols_1.6.2-2_all.deb
  to main/g/geda-gaf/geda-symbols_1.6.2-2_all.deb
geda-utils_1.6.2-2_i386.deb
  to main/g/geda-gaf/geda-utils_1.6.2-2_i386.deb
geda_1.6.2-2_all.deb
  to main/g/geda-gaf/geda_1.6.2-2_all.deb
libgeda-common_1.6.2-2_all.deb
  to main/g/geda-gaf/libgeda-common_1.6.2-2_all.deb
libgeda-dev_1.6.2-2_i386.deb
  to main/g/geda-gaf/libgeda-dev_1.6.2-2_i386.deb
libgeda38_1.6.2-2_i386.deb
  to main/g/geda-gaf/libgeda38_1.6.2-2_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.
أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]> (supplier of updated 
geda-gaf 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: SHA256

Format: 1.8
Date: Thu, 07 Apr 2011 05:52:40 +0200
Source: geda-gaf
Binary: geda libgeda38 libgeda-dev libgeda-common geda-symbols geda-gschem 
geda-gattrib geda-gnetlist geda-gsymcheck geda-utils geda-examples geda-doc
Architecture: source all i386
Version: 1:1.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Electronics Team 
<[email protected]>
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) <[email protected]>
Description: 
 geda       - GPL EDA -- Electronics design software (metapackage)
 geda-doc   - GPL EDA -- Electronics design software (documentation)
 geda-examples - GPL EDA -- Electronics design software (example designs)
 geda-gattrib - GPL EDA -- Electronics design software (attribute editor)
 geda-gnetlist - GPL EDA -- Electronics design software (netlister)
 geda-gschem - GPL EDA -- Electronics design software (schematic editor)
 geda-gsymcheck - GPL EDA -- Electronics design software (symbol checker)
 geda-symbols - GPL EDA -- Electronics design software (symbols library)
 geda-utils - GPL EDA -- Electronics design software (utilities)
 libgeda-common - GPL EDA -- Electronics design software (data files)
 libgeda-dev - GPL EDA -- Electronics design software (development files)
 libgeda38  - GPL EDA -- Electronics design software (library files)
Closes: 620729
Changes: 
 geda-gaf (1:1.6.2-2) unstable; urgency=low
 .
   * Upload to unstable.
   * debian/libgeda-dev.install: Do not install .la file (Closes: #620729)
Checksums-Sha1: 
 5aae66356ce75ed858bdd3440fdb17bc6aaf0bfd 1957 geda-gaf_1.6.2-2.dsc
 5ea8f2ff453b51e0a70bab55ebf71c8f17a0cb97 11644 geda-gaf_1.6.2-2.debian.tar.gz
 b1f18d93ddf108963e2c6d748ae562df99250349 1134 geda_1.6.2-2_all.deb
 a66128d02914bb0c04ec375639b529b1a445741b 148248 libgeda38_1.6.2-2_i386.deb
 364407a08431b6687696ff09914f2cd75eb30d05 16624 libgeda-dev_1.6.2-2_i386.deb
 f07964897742e3a26a3a7776c029d7d8acba21fb 156768 libgeda-common_1.6.2-2_all.deb
 71aa7d00acc97bef1adc9830483b0ae1097f860d 584514 geda-symbols_1.6.2-2_all.deb
 3cece8a47268e9327312389920e6da8702e41616 549212 geda-gschem_1.6.2-2_i386.deb
 082b3207deab33ab8376d22ed4bff4b57e67cefa 120756 geda-gattrib_1.6.2-2_i386.deb
 065df15932296c3e11b5993c0b5c3c91d0fe9251 193610 geda-gnetlist_1.6.2-2_i386.deb
 8d557a3e13aa1038859869c32bca0a6ae88c1be0 35940 geda-gsymcheck_1.6.2-2_i386.deb
 eb82fcb66f95b6f6946f105e2170cfffe613f2bf 171568 geda-utils_1.6.2-2_i386.deb
 b1725446c4e19c3bddd1cdc3d337df8124bc572a 191174 geda-examples_1.6.2-2_all.deb
 fe9233b36969ee2516d46c3ba4d18ce57fb6339b 2670842 geda-doc_1.6.2-2_all.deb
Checksums-Sha256: 
 c2dc790d4314bcd17ad238be7974a0c364eb992571ffd367c851ed7dc5a857a3 1957 
geda-gaf_1.6.2-2.dsc
 6fbe69fe8fe577eea050859742101c2677d3c0866f0cad1fc51c2df35be462f7 11644 
geda-gaf_1.6.2-2.debian.tar.gz
 2abb8238d1b6c8e63fbc9ef5e9ec059e6dab2ab47043215eee0cc2cca025c1b5 1134 
geda_1.6.2-2_all.deb
 9cd05b997e42965c187528d2cc4f92aceabe8c020cc07e474d65b058a965cc0e 148248 
libgeda38_1.6.2-2_i386.deb
 8a6afdcae10b0dbef63109f2a7455fa5723d68f5f16470d3e8676dd55c6190f4 16624 
libgeda-dev_1.6.2-2_i386.deb
 00664b78f86c1544e75daf01187a618bf68ef3fd2cda4e8dac52c5d12bb31a1e 156768 
libgeda-common_1.6.2-2_all.deb
 94bfdce5b33bc5f566303c902bc007559a2b1b4dcd3d867ccef66cc6e5e6604f 584514 
geda-symbols_1.6.2-2_all.deb
 5c1a5bb01349e37b59a274c2024d9e20a7931324839b97105905195e10142353 549212 
geda-gschem_1.6.2-2_i386.deb
 fb3d6b0dcea3f01f74bb12b8cbe3409a9999b5199d5fccf6a60f31434f93a8d3 120756 
geda-gattrib_1.6.2-2_i386.deb
 1d66febb0bf7111b97a185270ad6ad301de14b4acbeab2edf1afb786d46d67f8 193610 
geda-gnetlist_1.6.2-2_i386.deb
 b4864b765fee008b674f9f34dc8fe506519da04ca99db74cb64e29ec2382e76a 35940 
geda-gsymcheck_1.6.2-2_i386.deb
 79bbde72ca5b4e525fd6116d01c11fa9fd602a6d44fa954e83bef4e8bb31fe20 171568 
geda-utils_1.6.2-2_i386.deb
 65ad7df79ac15fd936c92897166ea6b070130ff6d2f781db0dea5b8f3ec4a619 191174 
geda-examples_1.6.2-2_all.deb
 36d538463cd479213ff543e4e3109ff44daa625fde4a6ff0a3ec5112cbea24f6 2670842 
geda-doc_1.6.2-2_all.deb
Files: 
 be7a892b4de536c4046d48a90a7fc71f 1957 electronics optional geda-gaf_1.6.2-2.dsc
 0e660e2303102cbb1ad1410ea964114f 11644 electronics optional 
geda-gaf_1.6.2-2.debian.tar.gz
 4b21cfaef305ebaf1839289bd758c601 1134 electronics optional geda_1.6.2-2_all.deb
 c20813ef1a2cd0b2a87f4a8a2e38864a 148248 electronics optional 
libgeda38_1.6.2-2_i386.deb
 185a1ca238b9fb9bde919ceb818e8678 16624 libdevel optional 
libgeda-dev_1.6.2-2_i386.deb
 93777791fdab9079820f8b77a0fad904 156768 electronics optional 
libgeda-common_1.6.2-2_all.deb
 0c43c6fc2ebc7b0dea11ae307078b5a3 584514 electronics optional 
geda-symbols_1.6.2-2_all.deb
 cdff8b9fb0eb0e48f30744847ffb1e77 549212 electronics optional 
geda-gschem_1.6.2-2_i386.deb
 0f1cb2c34606cb56800fab6711a58a1e 120756 electronics optional 
geda-gattrib_1.6.2-2_i386.deb
 cf28d9f90ef3d63ab5ca8fcbc1c42a17 193610 electronics optional 
geda-gnetlist_1.6.2-2_i386.deb
 efbe9c4a632b865966785b3f6bd1e6c4 35940 electronics optional 
geda-gsymcheck_1.6.2-2_i386.deb
 13aed1aabede86a8ea1947995c0c48c1 171568 electronics optional 
geda-utils_1.6.2-2_i386.deb
 b9565842c666332ec609c815350fc0c7 191174 electronics optional 
geda-examples_1.6.2-2_all.deb
 a51b22042c8d0e8b44d687bc0216e75d 2670842 doc optional geda-doc_1.6.2-2_all.deb

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

iQEcBAEBCAAGBQJNnik7AAoJELwZapTt3aG3jCAH/0QlXz63Aj6sEE9kG2sIVVnp
+dzlbzMHMyYkTPwhpB+TM6WlOSYyifZxl2d85fJ6cPDq4le9JSCztceTvb21WJqg
Eoppa3kubMja6WG7qtPN7zrP6ey97mtIxjvVP66F7mMbDDQRyGRjzM1xeoRRwV19
WaMbWY1vPnw+2ORgh7nq0vX3oT36WwLtmAC4FAdPXtlo9TuFarQlgL4xelYwmtLo
UO2HeFODHlDEYCrITwJXgL4MJTvFlZVeIkwKqt0nlFdHr9dLG4XQKnvDl3g1IYQL
t8E9+AkhXypV9eClyn1JWqpu3CxKdcRP8Noy/zpQg9HAFF+aaYXYLbSVAvGVicg=
=gEA6
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to