Your message dated Tue, 28 Oct 2014 13:00:08 +0000
with message-id <[email protected]>
and subject line Bug#749757: fixed in gworkspace 0.9.2-1
has caused the Debian Bug report #749757,
regarding gworkspace.app: GCC warnings that may lead to runtime issues with new
GNUstep libraries
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.)
--
749757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749757
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gworkspace
Version: 0.8.8-1.2
Severity: normal
Tags: sid jessie
User: [email protected]
Usertags: gnustep-base1.24-transition gnustep-gui0.24-transition
gnustep-transition
Your package builds successfully with the new GNUstep libraries, but
there are some GCC warnings that *may* lead to problems at runtime and
may affect the forthcoming gnustep transition/jessie release. Latest
versions of the core GNUstep packages are available at mentors.d.n [*];
they will be uploaded to experimental first.
Please note that the warnings may be unrelated to GNUstep or changes in
GNUstep but could be legitimate nevertheless. In case the fix is
applicable for the current gnustep-* library packages in sid (-base/1.22
and -gui/0.20) you can upload the fixed package before the transition
begins. Otherwise, please wait for the transition to complete and
do not forget to adjust the Build-Depends field accordingly:
libgnustep-base-dev (>= 1.24.6)
or
libgnustep-gui-dev (>= 0.24)
Relevant portion(s) of the log:
Making all for framework FSNode...
[...]
FSNode.m:324:3: warning: large integer implicitly truncated to unsigned type
[-Woverflow]
return NSNotFound;
^
[...]
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix
scrollToFirstPositionCell:withScrollTune:]':
FSNBrowserMatrix.m:113:3: warning: passing argument 1 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
[self getRow: &row column: &col ofCell: aCell];
^
FSNBrowserMatrix.m:113:3: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m:113:3: warning: passing argument 2 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:113:3: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix selectIconOfCell:]':
FSNBrowserMatrix.m:128:5: warning: passing argument 1 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
[self getRow: &row column: &col ofCell: aCell];
^
FSNBrowserMatrix.m:128:5: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m:128:5: warning: passing argument 2 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:128:5: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix
unSelectIconsOfCellsDifferentFrom:]':
FSNBrowserMatrix.m:149:9: warning: passing argument 1 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
[self getRow: &row column: &col ofCell: c];
^
FSNBrowserMatrix.m:149:9: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m:149:9: warning: passing argument 2 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:149:9: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix mouseDown:]':
FSNBrowserMatrix.m:199:5: warning: passing argument 1 of
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
if ([self getRow: &row column: &col forPoint: lastLocation]) {
^
FSNBrowserMatrix.m:199:5: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m:199:5: warning: passing argument 2 of
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:199:5: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix(DraggingDestination)
draggingEntered:]':
FSNBrowserMatrix.m:391:3: warning: passing argument 1 of
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
if ([self getRow: &row column: &col forPoint: location]) {
^
FSNBrowserMatrix.m:391:3: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m:391:3: warning: passing argument 2 of
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:391:3: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m: In function '-[FSNBrowserMatrix(DraggingDestination)
draggingUpdated:]':
FSNBrowserMatrix.m:420:3: warning: passing argument 1 of
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
if ([self getRow: &row column: &col forPoint: location]) {
^
FSNBrowserMatrix.m:420:3: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserMatrix.m:420:3: warning: passing argument 2 of
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
FSNBrowserMatrix.m:420:3: note: expected 'NSInteger *' but argument is of type
'int *'
[...]
FSNBrowserColumn.m: In function '-[FSNBrowserColumn removeCellsWithNames:]':
FSNBrowserColumn.m:452:7: warning: passing argument 1 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
[matrix getRow: &row column: &col ofCell: cell];
^
FSNBrowserColumn.m:452:7: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserColumn.m:452:7: warning: passing argument 2 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
FSNBrowserColumn.m:452:7: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserColumn.m: In function '-[FSNBrowserColumn mouseUp:]':
FSNBrowserColumn.m:1138:3: warning: passing argument 1 of
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
if ([matrix getRow: &row column: &col forPoint: p] == NO) {
^
FSNBrowserColumn.m:1138:3: note: expected 'NSInteger *' but argument is of type
'int *'
FSNBrowserColumn.m:1138:3: warning: passing argument 2 of
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
FSNBrowserColumn.m:1138:3: note: expected 'NSInteger *' but argument is of type
'int *'
[...]
FSNListView.m: In function '-[FSNListViewDataSource(NodeRepContainer)
selectedReps]':
FSNListView.m:1262:3: warning: passing argument 1 of
'getIndexes:maxCount:inIndexRange:' from incompatible pointer type [enabled by
default]
int selcount = [set getIndexes: buf maxCount: count inIndexRange: &range];
^
FSNListView.m:1262:3: note: expected 'NSUInteger *' but argument is of type
'unsigned int *'
FSNListView.m: In function '-[FSNListViewDataSource(NodeRepContainer)
selectedNodes]':
FSNListView.m:1284:3: warning: passing argument 1 of
'getIndexes:maxCount:inIndexRange:' from incompatible pointer type [enabled by
default]
int selcount = [set getIndexes: buf maxCount: count inIndexRange: &range];
^
FSNListView.m:1284:3: note: expected 'NSUInteger *' but argument is of type
'unsigned int *'
FSNListView.m: In function '-[FSNListViewDataSource(NodeRepContainer)
selectedPaths]':
FSNListView.m:1306:3: warning: passing argument 1 of
'getIndexes:maxCount:inIndexRange:' from incompatible pointer type [enabled by
default]
int selcount = [set getIndexes: buf maxCount: count inIndexRange: &range];
^
FSNListView.m:1306:3: note: expected 'NSUInteger *' but argument is of type
'unsigned int *'
[...]
Making all for bundle NSColorViewer...
[...]
NSColorViewer.m: In function '-[NSColorViewer displayData:ofType:]':
NSColorViewer.m:157:5: warning: passing argument 1 of
'getHue:saturation:brightness:alpha:' from incompatible pointer type [enabled
by default]
[color getHue: &hue saturation: &saturation brightness: &brightness alpha:
&alpha];
^
NSColorViewer.m:157:5: note: expected 'CGFloat *' but argument is of type
'float *'
NSColorViewer.m:157:5: warning: passing argument 2 of
'getHue:saturation:brightness:alpha:' from incompatible pointer type [enabled
by default]
NSColorViewer.m:157:5: note: expected 'CGFloat *' but argument is of type
'float *'
NSColorViewer.m:157:5: warning: passing argument 3 of
'getHue:saturation:brightness:alpha:' from incompatible pointer type [enabled
by default]
NSColorViewer.m:157:5: note: expected 'CGFloat *' but argument is of type
'float *'
NSColorViewer.m:157:5: warning: passing argument 4 of
'getHue:saturation:brightness:alpha:' from incompatible pointer type [enabled
by default]
NSColorViewer.m:157:5: note: expected 'CGFloat *' but argument is of type
'float *'
NSColorViewer.m:160:5: warning: passing argument 1 of
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
[color getRed: &red green: &green blue: &blue alpha: &alpha];
^
NSColorViewer.m:160:5: note: expected 'CGFloat *' but argument is of type
'float *'
NSColorViewer.m:160:5: warning: passing argument 2 of
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
NSColorViewer.m:160:5: note: expected 'CGFloat *' but argument is of type
'float *'
NSColorViewer.m:160:5: warning: passing argument 3 of
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
NSColorViewer.m:160:5: note: expected 'CGFloat *' but argument is of type
'float *'
NSColorViewer.m:160:5: warning: passing argument 4 of
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
NSColorViewer.m:160:5: note: expected 'CGFloat *' but argument is of type
'float *'
[...]
Making all for app GWorkspace...
[...]
Desktop/GWDesktopView.m: In function '-[GWDesktopView updateDefaults]':
Desktop/GWDesktopView.m:570:3: warning: passing argument 1 of
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
[backColor getRed: &red green: &green blue: &blue alpha: &alpha];
^
Desktop/GWDesktopView.m:570:3: note: expected 'CGFloat *' but argument is of
type 'float *'
Desktop/GWDesktopView.m:570:3: warning: passing argument 2 of
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
Desktop/GWDesktopView.m:570:3: note: expected 'CGFloat *' but argument is of
type 'float *'
Desktop/GWDesktopView.m:570:3: warning: passing argument 3 of
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
Desktop/GWDesktopView.m:570:3: note: expected 'CGFloat *' but argument is of
type 'float *'
Desktop/GWDesktopView.m:570:3: warning: passing argument 4 of
'getRed:green:blue:alpha:' from incompatible pointer type [enabled by default]
Desktop/GWDesktopView.m:570:3: note: expected 'CGFloat *' but argument is of
type 'float *'
[...]
FileViewer/GWViewerBrowser.m: In function '-[GWViewerBrowser menuForEvent:]':
FileViewer/GWViewerBrowser.m:102:9: warning: passing argument 1 of
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
if ([matrix getRow: &row column: &col forPoint: location] == NO) {
^
FileViewer/GWViewerBrowser.m:102:9: note: expected 'NSInteger *' but argument
is of type 'int *'
FileViewer/GWViewerBrowser.m:102:9: warning: passing argument 2 of
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
FileViewer/GWViewerBrowser.m:102:9: note: expected 'NSInteger *' but argument
is of type 'int *'
[...]
Finder/Finder.m: In function '-[Finder removeSearchPlaceWithPath:]':
Finder/Finder.m:643:7: warning: passing argument 1 of 'getRow:column:ofCell:'
from incompatible pointer type [enabled by default]
[placesMatrix getRow: &row column: &col ofCell: cell];
^
Finder/Finder.m:643:7: note: expected 'NSInteger *' but argument is of type
'int *'
Finder/Finder.m:643:7: warning: passing argument 2 of 'getRow:column:ofCell:'
from incompatible pointer type [enabled by default]
Finder/Finder.m:643:7: note: expected 'NSInteger *' but argument is of type
'int *'
[...]
Preferences/HiddenFilesPref.m: In function '-[HiddenFilesPref
removeCellsWithNames:inMatrix:]':
Preferences/HiddenFilesPref.m:607:7: warning: passing argument 1 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
[matrix getRow: &row column: &col ofCell: cell];
^
Preferences/HiddenFilesPref.m:607:7: note: expected 'NSInteger *' but argument
is of type 'int *'
Preferences/HiddenFilesPref.m:607:7: warning: passing argument 2 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
Preferences/HiddenFilesPref.m:607:7: note: expected 'NSInteger *' but argument
is of type 'int *'
Preferences/HiddenFilesPref.m: In function '-[HiddenFilesPref
selectCellsWithNames:inMatrix:]':
Preferences/HiddenFilesPref.m:641:4: warning: passing argument 1 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
[matrix getRow: &sRow column: &sColumn ofCell: cell];
^
Preferences/HiddenFilesPref.m:641:4: note: expected 'NSInteger *' but argument
is of type 'int *'
Preferences/HiddenFilesPref.m:641:4: warning: passing argument 2 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
Preferences/HiddenFilesPref.m:641:4: note: expected 'NSInteger *' but argument
is of type 'int *'
[...]
Preferences/DesktopPref.m: In function '-[DesktopPref setImageStyle:]':
Preferences/DesktopPref.m:233:3: warning: passing argument 1 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
[imagePosMatrix getRow: &row column: &col ofCell: cell];
^
Preferences/DesktopPref.m:233:3: note: expected 'NSInteger *' but argument is
of type 'int *'
Preferences/DesktopPref.m:233:3: warning: passing argument 2 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
Preferences/DesktopPref.m:233:3: note: expected 'NSInteger *' but argument is
of type 'int *'
Preferences/DesktopPref.m: In function '-[DesktopPref setDockPosition:]':
Preferences/DesktopPref.m:264:3: warning: passing argument 1 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
[dockPosMatrix getRow: &row column: &col ofCell: cell];
^
Preferences/DesktopPref.m:264:3: note: expected 'NSInteger *' but argument is
of type 'int *'
Preferences/DesktopPref.m:264:3: warning: passing argument 2 of
'getRow:column:ofCell:' from incompatible pointer type [enabled by default]
Preferences/DesktopPref.m:264:3: note: expected 'NSInteger *' but argument is
of type 'int *'
[...]
History/History.m: In function '-[History matrixAction:]':
History/History.m:159:4: warning: passing argument 1 of 'getRow:column:ofCell:'
from incompatible pointer type [enabled by default]
[matrix getRow: &row column: &col ofCell: [matrix selectedCell]];
^
History/History.m:159:4: note: expected 'NSInteger *' but argument is of type
'int *'
History/History.m:159:4: warning: passing argument 2 of 'getRow:column:ofCell:'
from incompatible pointer type [enabled by default]
History/History.m:159:4: note: expected 'NSInteger *' but argument is of type
'int *'
The full build log is available upon request.
The severity of this bug may be raised to "important", "serious" or
"grave" after the transition depending on the impact.
[*]
http://mentors.debian.net/debian/pool/main/g/gnustep-make/gnustep-make_2.6.6-1.dsc
http://mentors.debian.net/debian/pool/main/g/gnustep-base/gnustep-base_1.24.6-1.dsc
http://mentors.debian.net/debian/pool/main/g/gnustep-gui/gnustep-gui_0.24.0-1.dsc
http://mentors.debian.net/debian/pool/main/g/gnustep-back/gnustep-back_0.24.0-1.dsc
--- End Message ---
--- Begin Message ---
Source: gworkspace
Source-Version: 0.9.2-1
We believe that the bug you reported is fixed in the latest version of
gworkspace, which is due to be installed in the Debian FTP archive.
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.
Yavor Doganov <[email protected]> (supplier of updated gworkspace 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: Thu, 17 Jul 2014 09:43:51 +0300
Source: gworkspace
Binary: gworkspace.app gworkspace-common mdfinder.app gworkspace-apps-wrappers
gworkspace-dbg
Architecture: source amd64 all
Version: 0.9.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNUstep maintainers
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Description:
gworkspace-apps-wrappers - Application wrappers for GWorkspace
gworkspace-common - GNUstep Workspace Manager - common files
gworkspace-dbg - GNUstep Workspace Manager - debugging symbols
gworkspace.app - GNUstep Workspace Manager
mdfinder.app - GNUstep Finder and system-wide search system
Closes: 315269 315279 564677 689545 728265 749757
Changes:
gworkspace (0.9.2-1) unstable; urgency=medium
.
* New upstream release:
- Compatible with current GNUstep libraries (Closes: #749757).
- Moving big folders is faster (Closes: #315269).
- Correct Attrbitues inspector behaviour (Closes: #315279).
* Ack NMUs, thanks gregor herrmann and Colin Watson.
* debian/control (Maintainer): Set to the GNUstep team.
(Uploaders): Add myself and remove Hubert as per his request.
(Build-Depends): Bump debhelper requirement to >= 9. Require
libgnustep-gui-dev >= 0.24. Remove libpopplerkit-dev (PDFKit is
needed, which is not in Debian) and file. Add libsqlite3-dev and
libpreferencepanes-dev for GWMetadata. Add imagemagick for the icons
conversion.
(mdfinder.app, gworkspace-common, gworkspace-dbg): New packages;
enable GWMetadata and provide a -dbg package.
(Vcs-Git, Vcs-Browser): New fields.
(Section): Remove unnecessary binary package fields.
(Depends): Add ${misc:Depends} and ${gnustep:Depends}.
(Conflicts, Replaces): Remove; obsolete.
(Recommends): Replace preview.app with price.app and preferences.app
with systempreferences.app (Closes: #564677). Move wrapperfactory.app
to gworkspace-apps-wrappers' Recommends.
(Standards-Version): Claim compliance with 3.9.5 as of this release.
* debian/watch: Track ftp.gnustep.org.
* debian/compat: Set to 9.
* debian/patches/debian-changes-0.8.8-1: Delete; spurious result from
improper clean.
* debian/patches/667874.patch: Remove; fixed upstream.
* debian/patches/link-libs.patch: New, link all needed libraries.
* debian/patches/series: Update.
* debian/rules: Rewrite for modern dh. Move all images to /usr/share.
Enable hardening. Create symlinks for the manpages.
* debian/gworkspace.app.install:
* debian/mdfinder.app.install:
* debian/mdfinder.app.manpages:
* debian/mdfinder.app.menu:
* debian/MDFinder.desktop:
* debian/MDFinder.1:
* debian/mdfind.1: New file.
* debian/ClipBook.1:
* debian/ClipBook.xpm:
* debian/Desktop.app.1:
* debian/Desktop.app.xpm:
* debian/GWRemote.1:
* debian/GWRemote.xpm:
* debian/GWorkspace.xpm:
* debian/gworkspace.app.lintian-overrides:
* debian/clipbook.app.lintian-overrides:
* debian/clipbook.app.menu:
* debian/clipbook.app.postinst.debhelper:
* debian/clipbook.app.postrm.debhelper: Delete.
* debian/source/lintian-overrides: New file; override
configure-generated-file-in-source.
* debian/gwoskspace-apps-wrappers.install: New file; install the
apps wrappers under /usr/lib, not /lib. Thanks Andreas Beckmann
(Closes: #689545).
* debian/preinst: New file; handle the move of Resources to /usr/share.
* debian/gworkspace.app.README.Debian: Delete wrong reference to the
"defaults" tool which has been in /usr/bin since quite some time.
Thanks Michael P. Soulier (Closes: #728265).
* debian/gworkspace.app.menu: Fix title.
* debian/GWorkspace.desktop: Make it valid, add Keywords field and use
full path of the icon.
* debian/GWorkspace.1: Provide explanation for the supporting programs.
* debian/copyright: Rewrite in format 1.0.
Checksums-Sha1:
ace4421fcae0a765e117a6c5aad863e1f6e5e8de 2444 gworkspace_0.9.2-1.dsc
0ba5986e2809e8d9e7947cf918795def4a1bfe40 4289262 gworkspace_0.9.2.orig.tar.gz
88bb83f6388ce92e25d487953c963512dd8fb3f2 13052 gworkspace_0.9.2-1.debian.tar.xz
a92a94cd11e944226cc3d64d627777da79d9669d 802934
gworkspace.app_0.9.2-1_amd64.deb
bcb8150bab3c504360faf355465c6a33428bfb53 295466
gworkspace-common_0.9.2-1_all.deb
56a8fb9bf55bd4003c77535121a66c0aed089b6d 156038 mdfinder.app_0.9.2-1_amd64.deb
ebb0e00672e0f7a96623079e440238efd66d1d08 169326
gworkspace-apps-wrappers_0.9.2-1_all.deb
477d170a888af36823893ec167f2421e2da26d61 2860668
gworkspace-dbg_0.9.2-1_amd64.deb
Checksums-Sha256:
408cdbb1611df89a7162034bad1d2a54a589ab9252819455e70545a757ba7bf3 2444
gworkspace_0.9.2-1.dsc
5239ef983fd4358e152fcfb5cd1f6c30366d04357c26c74719eb05da849af4fb 4289262
gworkspace_0.9.2.orig.tar.gz
5c2e1d13bf3a9ed2aac93e44b5e84f420ebaff20ba2697caae09c30ec3a6070c 13052
gworkspace_0.9.2-1.debian.tar.xz
f8484a3f8f63cdfb31f4ba7ecf318807441508e5b32be3a83795535d3deb9352 802934
gworkspace.app_0.9.2-1_amd64.deb
3d674e6a26b687f06debba63ec7c77316f02e7628159f7dc90ab9b757ba844da 295466
gworkspace-common_0.9.2-1_all.deb
fe85cc1ca9eeaf4e7979513367a5fefb36be9eb62e9f01ec6df6cc4bd7d48821 156038
mdfinder.app_0.9.2-1_amd64.deb
a21414da263f229a085f1414842da265bf0f413824c238c3ec80330ffb3b1e4d 169326
gworkspace-apps-wrappers_0.9.2-1_all.deb
819de710bde2abfafd277bcaba1458c5a246fafeda4caf57b219421546ffadea 2860668
gworkspace-dbg_0.9.2-1_amd64.deb
Files:
cba2a9716ae9f6d4a0dd4b6e1ded0031 2444 gnustep optional gworkspace_0.9.2-1.dsc
e8e6aca6060a4ca040125b743bf5f24f 4289262 gnustep optional
gworkspace_0.9.2.orig.tar.gz
93ba83ebbdf4204b51956e9559825044 13052 gnustep optional
gworkspace_0.9.2-1.debian.tar.xz
934f8c88280b12300b0b0004d41096fb 802934 gnustep optional
gworkspace.app_0.9.2-1_amd64.deb
a97091fb57b21a08967ba5c25f44439b 295466 gnustep optional
gworkspace-common_0.9.2-1_all.deb
88b61ecd4e4091ccb919229188d3b9d2 156038 gnustep optional
mdfinder.app_0.9.2-1_amd64.deb
08b5b4c16a80ccf04371ba51155e0f78 169326 gnustep optional
gworkspace-apps-wrappers_0.9.2-1_all.deb
ee436b3d4bc40642170eafb9da68316b 2860668 debug extra
gworkspace-dbg_0.9.2-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJUTQPYAAoJEMOOgWCheEH+cfUP/jW1Ilm9u/GYCWDXgnu/RY5N
anBtKP63szbzDYpbw7XnHfYLAGjDqrhWQ9M3H82somKDcC6ZuueHPtVr3wXr7XbP
zz8g49qzMoP2XC+3OOBhUDjxsHKxPMGY8Qff8fZ5HONju7Q+KOxta6zuLjmaSRza
s8kERoZid+9AqSnfjxiVRVCOujSJBUFAMlcchSd0jrbsVXjWvPa7GMZS9UtT0C16
/iviAe7S1V3p/ykS9ACUwe0CAZ7QCsBNwN22SEznNgmXe2Gtc/xkwHsH2Vqfykxh
K3991nc/okl2o8Nd9KDgsBESLWxdjJpSMZGcmTwH1xv+EErUzOH8hkqOviwkwDuC
T3AdwxSjuN+kffZ4z/0z2KY+u7cMrblMBuGnFjgHFPACmw3k5+99n5oUochKITIm
d8avfmAZsJUhugDdbM735pKD5qGtyyHKknzyS3gGyTkrl0vJoK49i8JiH/6eyHrr
jNvuFq1gGc2AR4lXjXLFsc+ge207IJUXPOVieOF+0+rfMuymZS7HcMFWLBaUyzfJ
oDRbUniyq8Irqg0g/CR8+Mjg234t4d7T9GTSIxQHWfl+YGsx8A59e8B6miinur2n
mnnacPM4A6KQcbdMtZKRPzyULlpF7FVyBWs67pDK42JSG60ApjrEsObJnyJa0yUl
ny/h4JIpxKzc//KLW/TD
=Z/PL
-----END PGP SIGNATURE-----
--- End Message ---