Bug#788752: [Reproducible-builds] Bug#788752: analog: please make the build reproducible

2015-06-15 Thread Dhole
Hi!

The patch I submitted earlier removed the timestamp from the build
system. Probably removing the ``
field in the generated xml by outxml.c was not desirable, so I've
improved the patch.
In this case no timestamp is removed: the build date can now be set
externally, and specifically it is set to the last debian/changelog entry.

-- 
Dhole
diff -u analog-6.0/debian/changelog analog-6.0/debian/changelog
--- analog-6.0/debian/changelog
+++ analog-6.0/debian/changelog
@@ -1,3 +1,11 @@
+analog (2:6.0-21) UNRELEASED; urgency=medium
+
+  * Patch build system to allow the build date to be set externally,
+and set it to the latest debian/changelog entry for reproducibility.
+
+
+ -- Dhole   Mon, 15 Jun 2015 13:08:11 +0200
+
 analog (2:6.0-20) unstable; urgency=low
 
   * QA upload.
diff -u analog-6.0/debian/rules analog-6.0/debian/rules
--- analog-6.0/debian/rules
+++ analog-6.0/debian/rules
@@ -2,6 +2,8 @@
 
 include /usr/share/quilt/quilt.make
 
+export BUILD_DATE = $(shell LC_ALL=C date -u --date="`dpkg-parsechangelog 
-SDate`" +'%b %e %Y %H:%M:%S')
+
 clean: unpatch
dh clean
 
only in patch2:
unchanged:
--- analog-6.0.orig/src/Makefile
+++ analog-6.0/src/Makefile
@@ -47,6 +47,7 @@
 # MPE/iX needs LIBS = -lsocket -lm
 # SVR4 needs LIBS = -lsocket -lnsl -lm
 # DYNIX/ptx needs LIBS = -L/usr/lib/bsd-socket -lsocket -lnsl -lm
+BUILD_DATE ?= $(shell date '+%b %e %Y') # define in case it is not exported
 
 PROGRAM = analog
 TARGET = ../analog
@@ -69,7 +70,7 @@
 HEADERS = anlghead.h anlghea2.h anlghea3.h anlghea4.h macdir.h \
pcre/pcre.h libgd/gd.h libgd/gdfontf.h libgd/gdfonts.h unzip/unzip.h \
zlib/zlib.h bzip2/bzlib.h
-ALLCFLAGS = $(CFLAGS) $(DEFS) -D$(OS)
+ALLCFLAGS = $(CFLAGS) $(DEFS) -D$(OS) -DBUILD_DATE="\"$(BUILD_DATE)\""
 ALLOBJS = $(OBJS) $(SUBDIROBJS)
 
 $(PROGRAM): $(OBJS) $(SUBDIRS) $(HEADERS) Makefile
only in patch2:
unchanged:
--- analog-6.0.orig/src/outxml.c
+++ analog-6.0/src/outxml.c
@@ -16,6 +16,10 @@
 
 #define NDEBUG
 
+#ifndef BUILD_DATE
+#define BUILD_DATE __DATE__ " " __TIME__
+#endif
+
 #include 
 #include 
 #include 
@@ -85,7 +89,7 @@
xml_defaults( opts );
 
// extract a build timestamp from __DATE__ and __TIME__ -- locale 
dependent?! need to force "C" locale ?
-   strptime( __DATE__" "__TIME__, "%b%n%d%n%Y%n%T", &temptime );
+   strptime( BUILD_DATE, "%b%n%d%n%Y%n%T", &temptime );
 
sprintf( buffer, "%04d%02d%02d%02d%02d",
temptime.tm_year+1900, temptime.tm_mon+1, temptime.tm_mday, 
temptime.tm_hour, temptime.tm_min );


signature.asc
Description: OpenPGP digital signature


Re: transition: libwps

2015-06-15 Thread Rene Engelhard
Hi,

[ abiword, calligra: context: libwps 0.4 transition. See
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786713. I unfortunately
 X-Debbugc-CC'ed @packages.qa.d.o which only ends up in the PTS and thus
 probably wouldn't have been seen ]

Hi,

On Sun, May 24, 2015 at 07:03:56PM +0200, Rene Engelhard wrote:
> libwps 0.4.0 changed API of one function (and thus also SONAME).
> 
> It is already in NEW since May 17.

Now accepted...

Looking at Fedora I see commits from LO Fedora maintainer and
libwps upstream to Fedora packaging to fix abiword/calligra.
Which in fact the same to what I outlined in my initial post. :)

See 
http://pkgs.fedoraproject.org/cgit/calligra.git/commit/?id=124c28df44584e08b00d4dbb859362af73c41070
 and 
http://pkgs.fedoraproject.org/cgit/abiword.git/commit/?id=1482cf1f893b6378f6c868a1f12b7bd366d6

The LO patch isn't backportable without much effort (keeping the new
features) but we can (probably, to be verified) do it the same style as
abiword/calligra.

Regards,

Rene


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150615141156.gc1...@rene-engelhard.de



Processing of jsonbot_0.84.4-2_amd64.changes

2015-06-15 Thread Debian FTP Masters
jsonbot_0.84.4-2_amd64.changes uploaded successfully to localhost
along with the files:
  jsonbot_0.84.4-2.dsc
  jsonbot_0.84.4-2.diff.gz
  jsonbot_0.84.4-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z4xym-0004qn...@franck.debian.org



Processing of gozerbot_0.99.1-4_amd64.changes

2015-06-15 Thread Debian FTP Masters
gozerbot_0.99.1-4_amd64.changes uploaded successfully to localhost
along with the files:
  gozerbot_0.99.1-4.dsc
  gozerbot_0.99.1-4.diff.gz
  gozerbot_0.99.1-4_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z4xyl-0004qb...@franck.debian.org



Processing of fonttools_2.4-2_sourceupload.changes

2015-06-15 Thread Debian FTP Masters
fonttools_2.4-2_sourceupload.changes uploaded successfully to localhost
along with the files:
  fonttools_2.4-2.dsc
  fonttools_2.4-2.debian.tar.xz
  fonttools_2.4-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z4xyl-0004qh...@franck.debian.org



fonttools_2.4-2_sourceupload.changes ACCEPTED into unstable

2015-06-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Jun 2015 18:27:04 +0200
Source: fonttools
Binary: fonttools fonttools-eexecop
Architecture: source all
Version: 2.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Luca Falavigna 
Description:
 fonttools  - Converts OpenType and TrueType fonts to and from XML
 fonttools-eexecop - Python extension to speed up fonttools
Closes: 786279
Changes:
 fonttools (2.4-2) unstable; urgency=medium
 .
   * QA upload.
 - Set Maintainer to Debian QA Group.
   * Remove obsolete python-support build-dependency (Closes: #786279).
   * Move upstream metadata into its correct location.
   * Bump Standards-Version to 3.9.6.
Checksums-Sha1:
 cb47f427ee636b2965f5347639736e5f775c81fc 1876 fonttools_2.4-2.dsc
 29421f3f113a281a20dc027d19d1a88667f3f18e 4768 fonttools_2.4-2.debian.tar.xz
 afae226c1f9d40d6dc70e1771845aee2a06dd9e5 261762 fonttools_2.4-2_all.deb
Checksums-Sha256:
 f5504969933f7ce59c32a525c18199061f43c89640ad11896b35416b00379efe 1876 
fonttools_2.4-2.dsc
 f182e89d099b30da1c8d772d918de9e946bfbca4ff2ae9db961a4d5b5b027f69 4768 
fonttools_2.4-2.debian.tar.xz
 feb206ffd753b61052461cf72f90a81701c10e0050fa75517d1a6a3202205981 261762 
fonttools_2.4-2_all.deb
Files:
 74f3d5281d9ca2a347965fa69814ad55 1876 fonts optional fonttools_2.4-2.dsc
 1e02bc4ad91b545af21a1c92d35d3e82 4768 fonts optional 
fonttools_2.4-2.debian.tar.xz
 bc26f4644cf56b52b833fb61923557c1 261762 fonts optional fonttools_2.4-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVfwCgAAoJEEkIatPr4vMf/lAQAIuBj2y7Irc8vBH1B5FLi5UD
KAJPBrtSTsRV0XrwIgUKbJ/eauPO89FB1NaFBunFlvoKKQLMMpCsu7GU1gIM4XRC
o09yuYq96JY4HMbRIyleGmdu22C58vWqeKdZ+bus/QmyMgSbWikCg5Zd7fDGgQAZ
3bjsJ0cL52HbcrR/wnqWF9PZkGFj/3gtfKslUB2Ut3heSyNWJTnm55VSVN5EDml+
dNSd8kWjUZVJJQ+lmDaBUnjICUOpqK8epTu1fJfd/0LJ4eXeZ1asgMnZGp/1FSH3
3niM5u45XnhYocJCVv4GrmpNrn5//rDi9uwqKxFKGMhHXRDpE1XfyxZwbhn9RuLK
0S7sqtfjM+qmsLQpAdZFok+sSQUfPE0Q4zYFJnlWH3DR0pUQLOZjsoCxOu+nEqXy
33d0hq/bbQscAOrc3Zu03kjDkv39mhOOEPGfsmw54Z3atdfKh5eR+WI5wQD4Cdo5
YAZAsKVBQWKoIKnqSON6zMlecXIApX9yfLTEhuyVN7beLPV3nwuSphr0sV9nQ0Gp
UqLuHAcPqzNI/gUvwtVOHB3CxrWs3qjbHYU/mnmNuHXUNLDkJKlBDlgWbfPSvUnp
hUU56JCKxzXGGNzH0+BjNEiXA+fqxX7wgS0O+ygCFHRkMm0RYF3jNQMEw6Q3RLBe
x/zoTGParIbap25jiNea
=v0yr
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z4xc3-0005im...@franck.debian.org



jsonbot_0.84.4-2_amd64.changes ACCEPTED into unstable

2015-06-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Jun 2015 18:00:45 +0200
Source: jsonbot
Binary: jsonbot
Architecture: source all
Version: 0.84.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Luca Falavigna 
Description:
 jsonbot- Framework for building bots for IRC, XMPP and the Web
Closes: 786075
Changes:
 jsonbot (0.84.4-2) unstable; urgency=medium
 .
   * QA upload.
 - Set Maintainer to Debian QA Group.
   * Switch to dh_python2 (Closes: #786075).
   * Do not build-depend on dpatch, no patches are available.
Checksums-Sha1:
 232df2d391ce085bfe725c34d140fdb1ed1fcd85 1691 jsonbot_0.84.4-2.dsc
 383c481a52020596c375bd66d178868482fc7922 9145 jsonbot_0.84.4-2.diff.gz
 879b18cc11bade4abbfe33d31aab3a9f4259774c 596578 jsonbot_0.84.4-2_all.deb
Checksums-Sha256:
 1bb9eda42fdd8e154ad2f66a2b67314ae6b27a88263950835a785686d8faf239 1691 
jsonbot_0.84.4-2.dsc
 a28cf28ddd0ee6b561a6dd2b146c756e449e639bd03e3d9bc6bcdb4e22c73db5 9145 
jsonbot_0.84.4-2.diff.gz
 84781b6c32fff3e7dc228bd548354d4393aa61f2f69c82818eea12ee57004142 596578 
jsonbot_0.84.4-2_all.deb
Files:
 ead6ed92073b497a01127ca8dc1a6311 1691 net optional jsonbot_0.84.4-2.dsc
 22aa3830ee0350010df48023fecde0f9 9145 net optional jsonbot_0.84.4-2.diff.gz
 864bdff3ce5eb40dd5bef7f4ee45d7ac 596578 net optional jsonbot_0.84.4-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVfwChAAoJEEkIatPr4vMfA2EP/1R7VGNg96qZJc3meVMuOHFa
We4jPnmixRfzm0rHiCmPK7aVsT7Nzv5DvyI3s1TEv2hxQKEQnC3dwt0zkGImzj4z
dvYygrB5iVB/W6FqooDyxOSadWIb2hQPfq8hIFLKJwMbM5kKogBiLqzhKIqYwaVa
Un++SGM44KNoDYmLX3esmk629HNL5+RvyubQtOc2gpQHwWVLDlyXFAIEXYeWHLG6
WFsTWvvzhW//S0n/5+p9ByM61UukBFL/3nQR8NVlixP8L0io8M0DTYfr+g+ueGZS
zeLBckZUpwNulaBJMYJCfkMdrxk6UC+squiSIXICEOBQ8EmBbQoTpPL7fGkKgYLn
hVR11FfTo+LDoXJgFypkvGtc9EP/4DHd8etova7VsS051NhN0dxZoGElkQkR7+R5
SPi3qiiXA22VJIAQOtG0rkY7EMMVegy5/4WIE4EFYQZRbMBNl8ZpmWlQ470Q2M6U
MgalSD+lJ6X8yIclv5u5lk395J0cQcM9GZY8SaoxQ2TW4P82oCvB4OyFc5LQ3pM+
n0/eRWAZBEHIChHgne+PWXMu0Jsq7EE6PPVoSxXddelmGDOxpROr6J+PjDUvNOaI
+GtQMjOxZQkGJnarXs0/D+lNLDSto018ZP5l5k9qNhQbhH2mAMRpyvUxw5AjgLX5
MVar0pEDQKw8l7zBN6nA
=SNIg
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z4xcm-0005nv...@franck.debian.org



gozerbot_0.99.1-4_amd64.changes ACCEPTED into unstable

2015-06-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 15 Jun 2015 18:17:24 +0200
Source: gozerbot
Binary: gozerbot
Architecture: source all
Version: 0.99.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Luca Falavigna 
Description:
 gozerbot   - IRC and Jabber bot written in Python
Closes: 786066
Changes:
 gozerbot (0.99.1-4) unstable; urgency=medium
 .
   * QA upload.
 - Set Maintainer to Debian QA Group.
   * Switch to dh_python2 (Closes: #786066).
Checksums-Sha1:
 285c0dac504f461efd402cbe34ffa31e86c36bd6 1710 gozerbot_0.99.1-4.dsc
 a06fe45bd759edf48dacc5a2f63ee298bca040c6 387593 gozerbot_0.99.1-4.diff.gz
 d668a6af122ab786e050643acc57ced5970184f5 296072 gozerbot_0.99.1-4_all.deb
Checksums-Sha256:
 bd1c460a3099a2c4724b88a1c470f41b6300e62b1e7a4db3a588856e316934ff 1710 
gozerbot_0.99.1-4.dsc
 ffdce7f049978465a33ffd3761c0cb4c1f105293a6844a1717cb072246814787 387593 
gozerbot_0.99.1-4.diff.gz
 2217bdfb333b86a0bee31c3a390be6f1fd39c3a5774008c598a84323067206c1 296072 
gozerbot_0.99.1-4_all.deb
Files:
 d403e5df4cc84b5e747acaef23d8049d 1710 net optional gozerbot_0.99.1-4.dsc
 dbb831d51d4240515f18038b96591508 387593 net optional gozerbot_0.99.1-4.diff.gz
 a245ff5b1d05f1b17a667848b461e99e 296072 net optional gozerbot_0.99.1-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVfwChAAoJEEkIatPr4vMfFWMP/1rK9HldH1rcynybUlZ87Iav
e6wgT+1daRG0pf0hXjX6OIVdkJNEs6IRcq8UsqZcrpcTXKJ5t+lMP2nXRdEGNl6N
wFnYg1AdWvGqTHpJATwcNpyotGFImcF1l68NKI1wRaiIJ/6AfDGQgTWHx+D18Yek
cO0zsNriHUxRQfjDcYFg/mStngJfnpDHXgC1GWuwWbSaW/KcFOPuFtCgjmNhMOwc
y99h8DYmW/kuDMo1d+K72RKJ7cSiuuf5V2Cfyrz2oSI+6j6mcG78FYW6rwo7TRAq
OVZEDgwvI1m1pKkKgfLiq+2hs/OkgCNSgEpLrInCOoxc9yZovwHAfOaea/BluhO6
d0KKPEtP0b2OZeSN1p11HymG92Kh/M7TqdKacJ45SkKlykul3/qWOo4Tu3/qCKfA
lJTAgjgABqgPubw35Y8WHwnN9Yg568HVpM/y+9LHBhv/GAqYePmF+tWPMrKeSbW+
YiqtzhAptkqCSpsfUr0i7lLqu51YRvL4uE93c1NUBb3m7O/usn54K70N1FGLhzBZ
K2WHcXUSRvcexlaGSvbZ7YMUBji5ERy2/5fyev3rvoS8Z3pmoIB2PeLXjq8IXY3Q
LKlPpNWUjnaX1vH/go+zFnk6Tp47iqiUrVfX2+MGDQm9ArYGQSRIzvoApId5Ug3i
y0106X8OMSdCX+NJvUCe
=RtbZ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z4xca-0005km...@franck.debian.org



Processing of link-grammar_4.7.4-3_amd64.changes

2015-06-15 Thread Debian FTP Masters
link-grammar_4.7.4-3_amd64.changes uploaded successfully to localhost
along with the files:
  link-grammar_4.7.4-3.dsc
  link-grammar_4.7.4-3.tar.gz
  liblink-grammar4-dev_4.7.4-3_amd64.deb
  liblink-grammar4-java_4.7.4-3_amd64.deb
  liblink-grammar4_4.7.4-3_amd64.deb
  link-grammar-dictionaries-en_4.7.4-3_all.deb
  link-grammar-dictionaries-lt_4.7.4-3_all.deb
  link-grammar_4.7.4-3_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z4yab-0005ol...@franck.debian.org



link-grammar_4.7.4-3_amd64.changes ACCEPTED into unstable

2015-06-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 May 2015 14:22:39 +
Source: link-grammar
Binary: link-grammar liblink-grammar4 liblink-grammar4-dev 
liblink-grammar4-java link-grammar-dictionaries-en link-grammar-dictionaries-lt
Architecture: source amd64 all
Version: 4.7.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Wookey 
Description:
 liblink-grammar4 - Carnegie Mellon University's link grammar parser (libraries)
 liblink-grammar4-dev - Carnegie Mellon University's link grammar parser 
(development hea
 liblink-grammar4-java - Carnegie Mellon University's link grammar parser (JNI 
library)
 link-grammar - Carnegie Mellon University's link grammar parser
 link-grammar-dictionaries-en - Carnegie Mellon University's link grammar 
parser (English diction
 link-grammar-dictionaries-lt - Carnegie Mellon University's link grammar 
parser (Lithuanian dict
Closes: 698587 765232
Changes:
 link-grammar (4.7.4-3) unstable; urgency=medium
 .
   * Use autotools-dev to support newer architectures (Closes: 765232)
   * Orphan package to QA, at maintainer's request
   * Fix typo in package description (Closes: 698587)
   * Update architectures for java JNI build.
   * Remove obsolete Dm-Upload-Allowed field
Checksums-Sha1:
 bd7bd690cb4e2a08649fcdaffcc99f40bbae6dfb 2235 link-grammar_4.7.4-3.dsc
 85c0ffe9293c435a4eb0b1105701f4fffbf890f6 2818516 link-grammar_4.7.4-3.tar.gz
 10553645e11f86c151c8b1885e4af23f4ffad14e 140094 
liblink-grammar4-dev_4.7.4-3_amd64.deb
 eeabe95f9ec7f12175ebd2e15f094587a44d98ea 62886 
liblink-grammar4-java_4.7.4-3_amd64.deb
 3980801144e687de6e9123303117889d1a9230bf 128686 
liblink-grammar4_4.7.4-3_amd64.deb
 11deed97cfeb69b0cf2faf73afcefcf04e6f4fe3 398304 
link-grammar-dictionaries-en_4.7.4-3_all.deb
 4110a641e6290bbd106ac29268ae55b7b79d5e07 37914 
link-grammar-dictionaries-lt_4.7.4-3_all.deb
 4893c8cd26bbcd8ca82c89cfe97ee5fa0453b537 45432 link-grammar_4.7.4-3_amd64.deb
Checksums-Sha256:
 8a3b55a89bb188540e895b68f177668d30cd032a8fc8db687f6aca274a306ddd 2235 
link-grammar_4.7.4-3.dsc
 0e4d0a6339376d5d34c38e8dd89af61d6ef778eecda48945bf48efa644f4be7a 2818516 
link-grammar_4.7.4-3.tar.gz
 fa018496ab2fd44c0142fc1ca37d03fef930a03f8164aaa5a8a558181b488b6c 140094 
liblink-grammar4-dev_4.7.4-3_amd64.deb
 f89a7563a1fd0c998f2eb262550ac98221ce6eff61d9916b2a549f34dee4993b 62886 
liblink-grammar4-java_4.7.4-3_amd64.deb
 b91536e38d382e7d24452f07d64caafecbb71f534ea64824b2de43de17b9d5aa 128686 
liblink-grammar4_4.7.4-3_amd64.deb
 1a3836eb6a06ac0d6fad910521edc5ad4d7a4783d5f9ee961757b1668522ebf6 398304 
link-grammar-dictionaries-en_4.7.4-3_all.deb
 f28339ef9a29a4c533e62ddac25009b5ced5312cec8cb9e62d6ed1c5b58a33b3 37914 
link-grammar-dictionaries-lt_4.7.4-3_all.deb
 6a5e79137a1d2922f270101dda1b935c11080d42fef3aac65936d56ae1346cba 45432 
link-grammar_4.7.4-3_amd64.deb
Files:
 8d5bc0f42e4dc75ca246c3a42c0f3860 2235 text optional link-grammar_4.7.4-3.dsc
 365a84fe29bd15e147d7f9af95ed9afa 2818516 text optional 
link-grammar_4.7.4-3.tar.gz
 eeeb51c88d51e781a6033d2742e1affe 140094 libdevel optional 
liblink-grammar4-dev_4.7.4-3_amd64.deb
 0e1e0edd7c4db17e2419ad948d9fd72f 62886 java optional 
liblink-grammar4-java_4.7.4-3_amd64.deb
 58f1938c2606190a576b8c228ad758d3 128686 libs optional 
liblink-grammar4_4.7.4-3_amd64.deb
 27da7e4916015c58e50fa4e885864ed4 398304 text optional 
link-grammar-dictionaries-en_4.7.4-3_all.deb
 e74c8cdc675c29f168331b1672aae0b0 37914 text optional 
link-grammar-dictionaries-lt_4.7.4-3_all.deb
 cabcf7285a809dc5fde19eb0ebbfdcf6 45432 text optional 
link-grammar_4.7.4-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVfxAcAAoJEPuGMlGob55HDa8QAK1nXnvVB4/PYVZH13P63l4v
rODDWXc55uL1vSVEdBR+XK0Gd1etbYiiA32WwHaG0dnbcJZNdBS7J3Ifpucf43On
f8WI/unST6kRshQ9MjCAhmNJ9rq2y4USs+Upzg3SeLyEMtidRvw1xIUDIScbKhZU
6JEMELegwBiH1Vhkb5muR1fS3Kp+Hce66QHZse+Yaet8FKO8/w53kgzOLkQjr90i
MrN5edATMHZzNZLoefdkoSnKvFN4KjTbyEfvIVN9WPFUGW/uVzxirRH9dwjZBMZe
J7gbT7aL60lJn+pj+/3uQXXUpceqY0V5RsE/HOLpKWS+HRzih8rHs/qjUwyzMCij
BKrdtALACGrDeo6M41hDgdQ+sfWxo+UtN4bjxhle2kJnUOa7aDVCS76LztJTx1XQ
sxiW65BLkG2Mp+tMqzX+WALic4+oaTGeWe8/XgJzbvgkRRWhbYReCBYCSr495+a5
BQlcIqqLsJyyaa7WKBmXiOI/+RCLWryZ/zcA9Oc8h14QOg4kk23sNHCqFn1GW6H4
nKJEJmRJ1KOZxfyIGVkPpOTieLOYVfSHBMD27GPEGzVFnBsMmbl+G74LAoDZYtzV
Z4ej0CIDHg4EGzqmJO4fzGT0YQwE8nE4tYKKpXV3AXBE4rAAbcJjySPoITyHT1vY
raAqNDdmSEh4+VI/ZPrL
=xPLd
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z4ykf-0006qz...@franck.debian.org