Your message dated Mon, 21 Dec 2009 23:18:11 +0000
with message-id <e1nmrvz-0003ar...@ries.debian.org>
and subject line Bug#561906: fixed in geda-gaf 1:1.6.0-2
has caused the Debian Bug report #561906,
regarding FTBFS: make[5]: *** [tests] Error 1
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.)


-- 
561906: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561906
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: geda-gaf
Version: 1:1.6.0-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on all buildds. Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstable&p=geda-gaf

Log excerpt:
| fail=0 ; \
|       pass=0 ; \
|       for file in ./*.sym; do \
|         base=`basename $file`; \
|         GEDADATARC=./../lib \
|         /bin/sh ./runtest.sh $file . .; \
|           if [ $? -ne 0 ]; then \
|            echo "$base FAILED!"; \
|              fail=`expr $pass + 1`; \
|          else \
|            echo "$base passed."; \
|              pass=`expr $pass + 1`; \
|          fi; \
|       done ; \
|       echo "passed: $pass" ; \
|       echo "failed: $fail" ; \
|       exit $fail
| 1,2d0
| < ERROR: Found a bus inside a symbol
| < 1 ERROR found 
| buses.sym FAILED!
| 1,2d0
| < ERROR: Found a net inside a symbol
| < 1 ERROR found 
| connections1.sym FAILED!
| 1,12d0
| < Warning: Missing pinlabel= attribute
| < Warning: Missing pintype= attribute
| < ERROR: Missing pinseq= attribute
| < ERROR: Missing pinnumber= attribute
| < ERROR: Not enough pins in slotdef=1:1,2,3
| < ERROR: Not enough pins in slotdef=2:4,5,6
| < ERROR: Not enough pins in slotdef=3:9,10,8
| < ERROR: Not enough pins in slotdef=4:12,13,11
| < ERROR: Found a connection inside a symbol
| < ERROR: Found a connection inside a symbol
| < 2 warnings found 
| < 8 ERRORS found 
| connections2.sym FAILED!
| 1,2d0
| < ERROR: Found a bus inside a symbol
| < 1 ERROR found 
| connections3.sym FAILED!
| 1d0
| < No errors found
| correct.sym FAILED!
| 1,5d0
| < Warning: Found the same number in a pinnumber attribute and in a net 
attribute [1]
| < ERROR: Found duplicate pin in net= attributes [5]
| < ERROR: Found duplicate pin in net= attributes [6]
| < 1 warnings found 
| < 2 ERRORS found 
| duplicate_net.sym FAILED!
| 1,2d0
| < ERROR: Found duplicate pinnumber=2 attribute in the symbol
| < 1 ERROR found 
| duplicate_pinnumber.sym FAILED!
| 1,3d0
| < ERROR: Found duplicate pinseq=1 attribute in the symbol
| < ERROR: Found duplicate pinseq=1 attribute in the symbol
| < 2 ERRORS found 
| duplicate_pinseq.sym FAILED!
| 1d0
| < No errors found
| graphical_correct.sym FAILED!
| 1,3d0
| < Warning: Found graphical symbol, device= should be set to none
| < 1 warnings found 
| < No errors found
| graphical_incorrect.sym FAILED!
| 1,3d0
| < ERROR: Invalid slotdef=a attributes, not continuing
| < ERROR: Malformed slotdef= (the format is #:#,#,#,...)
| < 2 ERRORS found 
| invalid_slotdef1.sym FAILED!
| 1,3d0
| < ERROR: Invalid slotdef=a: attributes, not continuing
| < ERROR: Malformed slotdef= (the format is #:#,#,#,...)
| < 2 ERRORS found 
| invalid_slotdef2.sym FAILED!
| 1,2d0
| < ERROR: Not enough pins in slotdef=4:12,13
| < 1 ERROR found 
| invalid_slotdef3.sym FAILED!
| 1,2d0
| < ERROR: Too many pins in slotdef=4:12,13,14,15
| < 1 ERROR found 
| invalid_slotdef4.sym FAILED!
| 1,3d0
| < Warning: Found obsolete label= attribute: [label=this obsolete]
| < 1 warnings found 
| < No errors found
| labelinside.sym FAILED!
| 1,22d0
| < Warning: Found unknown device_missing= attribute: [device_missing=7400]
| < Warning: Found unknown pinnumbe= attribute: [pinnumbe=3]
| < Warning: Found unknown pineq= attribute: [pineq=2]
| < Warning: Found obsolete uref= attribute: [uref=U?]
| < Warning: Missing pinlabel= attribute
| < Warning: Missing pintype= attribute
| < Warning: Missing pinlabel= attribute
| < Warning: Missing pintype= attribute
| < Warning: Missing pinlabel= attribute
| < Warning: Missing pintype= attribute
| < Warning: Missing footprint= attribute
| < Warning: Missing refdes= attribute
| < ERROR: Missing device= attribute
| < ERROR: Missing pinseq= attribute
| < ERROR: Missing pinnumber= attribute
| < ERROR: Too many pins in slotdef=1:1,2,3,5,6
| < ERROR: Not enough pins in slotdef=2:4,5
| < ERROR: Slot 8 is larger then the maximum number (5) of slots
| < ERROR: Invalid slotdef=a attributes, not continuing
| < ERROR: Malformed slotdef= (the format is #:#,#,#,...)
| < 12 warnings found 
| < 8 ERRORS found 
| lots_of_errors.sym FAILED!
| 1,5d0
| < ERROR: Found 5 slotdef= attributes.  Expecting 4 slotdef= attributes
| < ERROR: Slot 5 is larger then the maximum number (4) of slots
| < ERROR: Found 6 slotdef= attributes.  Expecting 4 slotdef= attributes
| < ERROR: Slot 6 is larger then the maximum number (4) of slots
| < 4 ERRORS found 
| many_slotdefs.sym FAILED!
| 1,13d0
| < Warning: Found obsolete label= attribute: [label=2]
| < Warning: Found unknown xxxxx= attribute: [xxxxx=out]
| < ERROR: Found wrongly attached attribute: [footprint=2]
| < ERROR: Found forbidden type= attribute: [type=out]
| < ERROR: Found misplaced pin attribute: [pintype=io]
| < ERROR: Found misplaced pin attribute: [pinlabel=attached to box]
| < ERROR: Found wrongly attached attribute: [comment=attached to circle]
| < ERROR: Found misplaced pin attribute: [pinlabel=not attached]
| < ERROR: Found misplaced pin attribute: [pinseq=3]
| < ERROR: Found misplaced pin attribute: [pinnumber=3]
| < ERROR: Found misplaced pin attribute: [pintype=io]
| < 2 warnings found 
| < 9 ERRORS found 
| misplaced_attributes.sym FAILED!
| 1,2d0
| < ERROR: Missing device= attribute
| < 1 ERROR found 
| missing_device.sym FAILED!
| 1,3d0
| < Warning: Missing footprint= attribute
| < 1 warnings found 
| < No errors found
| missing_footprint.sym FAILED!
| 1,3d0
| < Warning: Did not find numslots= attribute, not checking slotting
| < 1 warnings found 
| < No errors found
| missing_numslots.sym FAILED!
| 1,3d0
| < Warning: Missing pinlabel= attribute
| < 1 warnings found 
| < No errors found
| missing_pinlabel.sym FAILED!
| 1,2d0
| < ERROR: Missing pinnumber= attribute
| < 1 ERROR found 
| missing_pinnumber.sym FAILED!
| 1,2d0
| < ERROR: Missing pinseq= attribute
| < 1 ERROR found 
| missing_pinseq.sym FAILED!
| 1,2d0
| < ERROR: Missing slotdef= (there should be 4 slotdef= attributes)
| < 1 ERROR found 
| missing_slotdef.sym FAILED!
| 1,2d0
| < ERROR: Multiple footprint= attributes found
| < 1 ERROR found 
| multiple_footprint.sym FAILED!
| 1,2d0
| < ERROR: Found multiple pinlabel=extra attributes on one pin
| < 1 ERROR found 
| multiple_pinlabel.sym FAILED!
| 1,2d0
| < ERROR: Found multiple pinnumber=3 attributes on one pin
| < 1 ERROR found 
| multiple_pinnumber.sym FAILED!
| 1,2d0
| < ERROR: Found multiple pinseq=3 attributes on one pin
| < 1 ERROR found 
| multiple_pinseq.sym FAILED!
| 1,2d0
| < ERROR: Found multiple pintype=out attributes on one pin
| < 1 ERROR found 
| multiple_pintype.sym FAILED!
| 1,2d0
| < ERROR: Multiple refdes= attributes found
| < 1 ERROR found 
| multiple_refdes.sym FAILED!
| 1,2d0
| < ERROR: Found forbidden name= attribute: [name=this a forbidden attribute]
| < 1 ERROR found 
| nameinside.sym FAILED!
| 1,2d0
| < ERROR: Found a net inside a symbol
| < 1 ERROR found 
| nets.sym FAILED!
| 1,3d0
| < Warning: Did not find numslots= attribute, not checking slotting
| < 1 warnings found 
| < No errors found
| noslots.sym FAILED!
| 1,28d0
| < Warning: Found unknown slot1= attribute: [slot1=1,2,3]
| < Warning: Found unknown slot2= attribute: [slot2=4,5,6]
| < Warning: Found unknown slot3= attribute: [slot3=9,10,8]
| < Warning: Found unknown slot4= attribute: [slot4=12,13,11]
| < Warning: Found unknown pin3= attribute: [pin3=3]
| < Warning: Found unknown pin2= attribute: [pin2=2]
| < Warning: Found unknown pin1= attribute: [pin1=1]
| < Warning: Found obsolete uref= attribute: [uref=U?]
| < Warning: Missing pintype= attribute
| < Warning: Missing pintype= attribute
| < Warning: Missing pinlabel= attribute
| < Warning: Missing refdes= attribute
| < ERROR: Invalid pintype=123just a type attribute
| < ERROR: Missing pinseq= attribute
| < ERROR: Missing pinseq= attribute
| < ERROR: Missing pinseq= attribute
| < ERROR: Missing pinnumber= attribute
| < ERROR: Missing pinnumber= attribute
| < ERROR: Missing pinnumber= attribute
| < ERROR: Missing slotdef= (there should be 4 slotdef= attributes)
| < ERROR: Found old pin#=# attribute: pin3=3
| < ERROR: Found old pin#=# attribute: pin2=2
| < ERROR: Found old pin#=# attribute: pin1=1
| < ERROR: Found old slot#=# attribute: slot1=1,2,3
| < ERROR: Found old slot#=# attribute: slot2=4,5,6
| < ERROR: Found old slot#=# attribute: slot4=12,13,11
| < 12 warnings found 
| < 14 ERRORS found 
| old_symbol.sym FAILED!
| 1,14d0
| < Warning: Found unknown pin3= attribute: [pin3=3]
| < Warning: Found unknown pin2= attribute: [pin2=2]
| < Warning: Found unknown pin1= attribute: [pin1=1]
| < ERROR: Missing pinseq= attribute
| < ERROR: Missing pinseq= attribute
| < ERROR: Missing pinseq= attribute
| < ERROR: Missing pinnumber= attribute
| < ERROR: Missing pinnumber= attribute
| < ERROR: Missing pinnumber= attribute
| < ERROR: Found old pin#=# attribute: pin3=3
| < ERROR: Found old pin#=# attribute: pin2=2
| < ERROR: Found old pin#=# attribute: pin1=1
| < 3 warnings found 
| < 9 ERRORS found 
| oldpins.sym FAILED!
| 1,10d0
| < Warning: Found unknown slot1= attribute: [slot1=1,2,3]
| < Warning: Found unknown slot2= attribute: [slot2=4,5,6]
| < Warning: Found unknown slot3= attribute: [slot3=9,10,8]
| < Warning: Found unknown slot4= attribute: [slot4=12,13,11]
| < ERROR: Missing slotdef= (there should be 4 slotdef= attributes)
| < ERROR: Found old slot#=# attribute: slot1=1,2,3
| < ERROR: Found old slot#=# attribute: slot2=4,5,6
| < ERROR: Found old slot#=# attribute: slot4=12,13,11
| < 4 warnings found 
| < 4 ERRORS found 
| oldslot.sym FAILED!
| 1,12d0
| < Warning: Found offgrid pin at location (x1=701,y1=3600)
| < Warning: Found offgrid pin at location (x2=710,y2=2000)
| < Warning: Found offgrid pin at location (x2=700,y2=1620)
| < Warning: Found offgrid pin at location (x2=706,y2=806)
| < Warning: Found offgrid pin at location (x2=700,y2=3204)
| < ERROR: Found offgrid pin at location (x2=401,y2=3600)
| < ERROR: Found offgrid pin at location (x1=410,y1=2800)
| < ERROR: Found offgrid pin at location (x1=400,y1=2420)
| < ERROR: Found offgrid pin at location (x1=404,y1=1204)
| < ERROR: Found offgrid pin at location (x1=400,y1=3204)
| < 5 warnings found 
| < 5 ERRORS found 
| pin_offgrid.sym FAILED!
| 1,6d0
| < ERROR: Found multiple pintype=pas attributes on one pin
| < ERROR: Found multiple pintype=out attributes on one pin
| < ERROR: Invalid pintype=i attribute
| < ERROR: Invalid pintype=iox attribute
| < ERROR: Invalid pintype=abc attribute
| < 5 ERRORS found 
| pintypes.sym FAILED!
| 1,16d0
| < Warning: Found unknown name1= attribute: [name1=value1]
| < Warning: Found unknown value_invisible= attribute: 
[value_invisible=value_invisible]
| < Warning: Found unknown name_invisible= attribute: 
[name_invisible=name_invisible]
| < Warning: Found a simple text object with only SHOW_NAME or SHOW_VALUE set 
[text with value_invisible]
| < Warning: Found a simple text object with only SHOW_NAME or SHOW_VALUE set 
[text with name_invisible]
| < Warning: Found text with unbalanced overbar markers '\_' in it' 
[pinlabel=\_Reset]
| < Warning: Found text with a '\' in it: consider to escape it with '\\' 
[pinlabel=a\b]
| < Warning: Found text with a '\' in it: consider to escape it with '\\' 
[pinlabel=ab\c\d\]
| < Warning: Found text with a '\' in it: consider to escape it with '\\' 
[pinlabel=ab\c\d\]
| < Warning: Found text with a trailing '': consider to escape it with '\\' 
[pinlabel=ab\c\d\]
| < Warning: Missing footprint= attribute
| < Warning: Missing refdes= attribute
| < Warning: Did not find numslots= attribute, not checking slotting
| < ERROR: Missing device= attribute
| < 13 warnings found 
| < 1 ERROR found 
| text_errors.sym FAILED!
| 1,2d0
| < ERROR: Found forbidden type= attribute: [type=this a forbidden attribute]
| < 1 ERROR found 
| typeinside.sym FAILED!
| 1,4d0
| < Warning: Found obsolete uref= attribute: [uref=U?]
| < Warning: Missing refdes= attribute
| < 2 warnings found 
| < No errors found
| urefinside.sym FAILED!
| 1,2d0
| < ERROR: Found pinnumber=0 attribute
| < 1 ERROR found 
| zero_pinnumber.sym FAILED!
| 1,2d0
| < ERROR: Found pinseq=0 attribute
| < 1 ERROR found 
| zero_pinseq.sym FAILED!
| 1,3d0
| < ERROR: Found a zero slot in slotdef=0:4,5,6
| < ERROR: Malformed slotdef= (the format is #:#,#,#,...)
| < 2 ERRORS found 
| zero_slotnum.sym FAILED!
| 1,3d0
| < ERROR: Found a zero pin in slotdef=1:1,0,3
| < ERROR: Found a zero pin in slotdef=4:12,13,0
| < 2 ERRORS found 
| zero_slots.sym FAILED!
| passed: 0
| failed: 1
| make[5]: *** [tests] Error 1

Mraw,
KiBi.



--- End Message ---
--- Begin Message ---
Source: geda-gaf
Source-Version: 1:1.6.0-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.0-2_all.deb
  to main/g/geda-gaf/geda-doc_1.6.0-2_all.deb
geda-examples_1.6.0-2_all.deb
  to main/g/geda-gaf/geda-examples_1.6.0-2_all.deb
geda-gaf_1.6.0-2.debian.tar.gz
  to main/g/geda-gaf/geda-gaf_1.6.0-2.debian.tar.gz
geda-gaf_1.6.0-2.dsc
  to main/g/geda-gaf/geda-gaf_1.6.0-2.dsc
geda-gattrib_1.6.0-2_amd64.deb
  to main/g/geda-gaf/geda-gattrib_1.6.0-2_amd64.deb
geda-gnetlist_1.6.0-2_amd64.deb
  to main/g/geda-gaf/geda-gnetlist_1.6.0-2_amd64.deb
geda-gschem_1.6.0-2_amd64.deb
  to main/g/geda-gaf/geda-gschem_1.6.0-2_amd64.deb
geda-gsymcheck_1.6.0-2_amd64.deb
  to main/g/geda-gaf/geda-gsymcheck_1.6.0-2_amd64.deb
geda-symbols_1.6.0-2_all.deb
  to main/g/geda-gaf/geda-symbols_1.6.0-2_all.deb
geda-utils_1.6.0-2_amd64.deb
  to main/g/geda-gaf/geda-utils_1.6.0-2_amd64.deb
geda_1.6.0-2_all.deb
  to main/g/geda-gaf/geda_1.6.0-2_all.deb
libgeda-common_1.6.0-2_all.deb
  to main/g/geda-gaf/libgeda-common_1.6.0-2_all.deb
libgeda-dev_1.6.0-2_amd64.deb
  to main/g/geda-gaf/libgeda-dev_1.6.0-2_amd64.deb
libgeda38_1.6.0-2_amd64.deb
  to main/g/geda-gaf/libgeda38_1.6.0-2_amd64.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 561...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hamish Moffatt <ham...@debian.org> (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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 22 Dec 2009 09:22:08 +1100
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 amd64
Version: 1:1.6.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Electronics Team 
<pkg-electronics-de...@lists.alioth.debian.org>
Changed-By: Hamish Moffatt <ham...@debian.org>
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: 561906
Changes: 
 geda-gaf (1:1.6.0-2) unstable; urgency=low
 .
   * Set $HOME to temporary directory in the build tree while running the test
     suites in order to fix FTBFS on autobuilders (Closes: #561906)
Checksums-Sha1: 
 5d2d4e83c66c72de4b4fa066a43f69c7f30914b6 1681 geda-gaf_1.6.0-2.dsc
 d56d87a4055ea0ca753f5dfa54078746fc721ad0 21587 geda-gaf_1.6.0-2.debian.tar.gz
 48abb2e720c9396645c7e1b4042de13e42f977d7 1134 geda_1.6.0-2_all.deb
 a1767b850e555d9ff134b67fac4742591d4f3c22 167882 libgeda38_1.6.0-2_amd64.deb
 903f4f2919f06f34e6309aca6c6781ed870f4856 16826 libgeda-dev_1.6.0-2_amd64.deb
 60105debb199a5dc8b3c8305c021282d0f719ffd 141036 libgeda-common_1.6.0-2_all.deb
 2137527843c3b6977b1242bd2b5bc55127d8eddc 509444 geda-symbols_1.6.0-2_all.deb
 776d998ffb4173da723eb085cf8d7e0e0dd7450a 483800 geda-gschem_1.6.0-2_amd64.deb
 9dc643d9b777d492dbc697f9f762d8cf2e7e5368 122494 geda-gattrib_1.6.0-2_amd64.deb
 dcbdbad2360420b5c0340bbe554f4516aeb2b54e 195260 geda-gnetlist_1.6.0-2_amd64.deb
 34d981c10015792bb04e72774d4c67d63e22e6ad 35458 geda-gsymcheck_1.6.0-2_amd64.deb
 9fcd3e3c359ec0573cfc4c5e45b298f01b204786 169784 geda-utils_1.6.0-2_amd64.deb
 bcd7b9d5db3f20649f3b91d55366e4e532baf231 190712 geda-examples_1.6.0-2_all.deb
 dee4fb20b707605444605fa511544369c8cfaccb 2063610 geda-doc_1.6.0-2_all.deb
Checksums-Sha256: 
 8247ae30c5273e51dd99c466fe4cfd3d9b440b5a5a50a4cea2016345e0c0abd3 1681 
geda-gaf_1.6.0-2.dsc
 45ed1d5e8893a8afc5e64d88924a648d9093a5602c413fd5855e8cbafc69a1b4 21587 
geda-gaf_1.6.0-2.debian.tar.gz
 1bbcde729aed1b7644463895b648bf8cfde3483ce8a4065a993c668a95cbce51 1134 
geda_1.6.0-2_all.deb
 28c9a20d6108bc909772df03def1f1601ae13dc50cf4cc381a7f5b72c8891917 167882 
libgeda38_1.6.0-2_amd64.deb
 70e6aa24c0237d227a0d188508d095a1564615f3bd61fc158ac981c666b02ccc 16826 
libgeda-dev_1.6.0-2_amd64.deb
 061e88c6f1cc7707e9f329212bfbe86141a0b55ba2f4b93113fe3111c3593082 141036 
libgeda-common_1.6.0-2_all.deb
 e9a081a532b43b18a56015d70721481c63270b2839b33448eb9ab11c0f7d6e0c 509444 
geda-symbols_1.6.0-2_all.deb
 b7a99750271a02a7ccdcefbd1832fd2cf9b6b658a7aad9691e651b3511c54a11 483800 
geda-gschem_1.6.0-2_amd64.deb
 ade532212e0c418e8d398355acf02ccb7e758e492c9c833ea60adf6aa0d504a2 122494 
geda-gattrib_1.6.0-2_amd64.deb
 0f332937a908894cc00d071e3e0fa0f43b8c3808ec9a1c7c1a993328f800ba60 195260 
geda-gnetlist_1.6.0-2_amd64.deb
 70abc05ca4adf149290a52fc71150aa316085366bd4e79beb32aa95c09de9272 35458 
geda-gsymcheck_1.6.0-2_amd64.deb
 0ae41de75075a151549fcc1ef3cf8abe1721ebe9640c373c964a38fa89397474 169784 
geda-utils_1.6.0-2_amd64.deb
 6903607d2b74f0c5157a405fdea380e34b6977de1cc47df289dd7c048423c311 190712 
geda-examples_1.6.0-2_all.deb
 55c65f9ff8133ff35f1f72816d7d6061bf4ab12aa29ca84e0d020c76beb409a3 2063610 
geda-doc_1.6.0-2_all.deb
Files: 
 30a9c219301ee54b2efd925e34fb05a3 1681 electronics optional geda-gaf_1.6.0-2.dsc
 ce6288ef317b86f8cd7f29a66891d009 21587 electronics optional 
geda-gaf_1.6.0-2.debian.tar.gz
 c8bb10677bc9da2a9473b19f7485e621 1134 electronics optional geda_1.6.0-2_all.deb
 73044dbf3f09091d5197cf5605d03572 167882 electronics optional 
libgeda38_1.6.0-2_amd64.deb
 65dea2d0e91e6696f31c6ac280aa3822 16826 libdevel optional 
libgeda-dev_1.6.0-2_amd64.deb
 e64d4b4685c62e689fc0a5b13f93e2eb 141036 electronics optional 
libgeda-common_1.6.0-2_all.deb
 b94fe493075c36f0e58ea83fc055105f 509444 electronics optional 
geda-symbols_1.6.0-2_all.deb
 86129bfb39d7d4bcc5b5b7869b229833 483800 electronics optional 
geda-gschem_1.6.0-2_amd64.deb
 baf3e9c8a33113c784b851fc08cb79d9 122494 electronics optional 
geda-gattrib_1.6.0-2_amd64.deb
 8d7ab4df694b689cc3994d5e70153550 195260 electronics optional 
geda-gnetlist_1.6.0-2_amd64.deb
 033ef4952cd47552bee07b2829526120 35458 electronics optional 
geda-gsymcheck_1.6.0-2_amd64.deb
 8053a85c55e4bc5566e2b8564f367e2b 169784 electronics optional 
geda-utils_1.6.0-2_amd64.deb
 b8bfcfe1459023e9f7aa899f285d6c52 190712 electronics optional 
geda-examples_1.6.0-2_all.deb
 5d63e5554436dc81c576f10945e2facd 2063610 doc optional geda-doc_1.6.0-2_all.deb

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

iEYEARECAAYFAksv/f0ACgkQ30WoBV0H6VzeHQCeKtTE88eIxx4ayxV135+x6YYP
oPEAoLxbjkrRecKqucsvVyxBzonfT0ck
=y+gT
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to