[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#751659: marked as done (RFS: gridlock.app/1.10-4 [ITA])



Your message dated Fri, 22 Aug 2014 21:04:59 +0200
with message-id <53F7945B.7090008@wollumbin.marsaxlokk.dhcp.io>
and subject line Re: Bug#751659: RFS: gridlock.app/1.10-4 [ITA]
has caused the Debian Bug report #751659,
regarding RFS: gridlock.app/1.10-4 [ITA]
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 owner@bugs.debian.org
immediately.)


-- 
751659: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751659
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "gridlock.app".
It builds these binary packages:

  gridlock.app - Collection of grid-based board games for GNUstep

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/gridlock.app

Alternatively, one can download the package with dget using this
command:

  dget -x http://mentors.debian.net/debian/pool/main/g/gridlock.app/gridlock.app_1.10-4.dsc

Changes since the last upload:

  * debian/control (Maintainer): Adopt package on behalf of the GNUstep
    team (Closes: #691825).
    (Uploaders): Add myself.
    (Build-Depends): Bump debhelper to >= 9, remove obsolete version
    requirement for libgnustep-gui-dev.
    (Depends): Add ${misc:Depends} and ${gnustep:Depends}.
    (Description): Remove article to placate lintian.
    (Homepage): Move out of description (Closes: #615355).
    (Vcs-Git, Vcs-Browser): New fields.
    (Standards-Version): Claim compliance with 3.9.5 as of this release.
  * debian/compat: Set to 9.
  * debian/source/format: Switch to 3.0 (quilt) and split local
    modifications to:
  * debian/patches/gcc-4.7.patch:
  * debian/patches/non-linux-archs.patch:  While here, also fix the build
    on GNU/Hurd.
  * debian/patches/parentheses.patch: New, make the build less noisy.
  * debian/patches/gcc-warnings.patch: New (Closes: #749755).
  * debian/patches/series: Create.
  * debian/rules: Rewrite for modern debhelper.
  * debian/dirs: Add usr/share/GNUstep, remove pixmaps and the lintian
    override directories.
  * debian/preinst:
  * debian/install: New file.
  * debian/lintian-override: Delete.
  * debian/Gridlock.desktop: Add Keywords field, correct Categories.
  * debian/watch: Replace with a stub/explanation (Closes: #450024).

--- End Message ---
--- Begin Message ---
On 04-08-14 21:38, Yavor Doganov wrote:
> Meanwhile, if someone packages the Python version for Debian I'll file
> a removal request for gridlock.app.

Ack.

Anyways, build, signed and uploaded.

For the next time, please apply the attached spelling fixing patch and
provide a doc-base entry as lintian is telling you.

Paul

Description: Lintian found several spelling errors
Author: Paul Gevers <elbrus@debian.org>

--- a/EDIPSocket.m
+++ b/EDIPSocket.m
@@ -47,7 +47,7 @@
 
 #define EDSOCK_EHOSTDOWN NSLocalizedString(@"Attempt to connect to the computer %@ failed because it is currently inactive.", "Message for EHOSTDOWN returned from connect.")
 
-#define EDSOCK_EHOSTUNREACH NSLocalizedString(@"Attempt to connect to the computer %@ failed because no route to it is avaiable.", "Message for EHOSTUNREACH returned from connect.")
+#define EDSOCK_EHOSTUNREACH NSLocalizedString(@"Attempt to connect to the computer %@ failed because no route to it is available.", "Message for EHOSTUNREACH returned from connect.")
 
 #define EDSOCK_EOTHER NSLocalizedString(@"Attempt to connect to %@ on port %d failed due to an unexpected error: %s", "Generic message for errors returned from connect.")
 
--- a/NSObject+Extensions.m
+++ b/NSObject+Extensions.m
@@ -37,7 +37,7 @@
 
 - (void)methodIsAbstract:(SEL)selector
 {
-    [NSException raise:NSInternalInconsistencyException format:@"*** -[%@ %@]: Abstract definition must be overriden.", NSStringFromClass([self class]), NSStringFromSelector(selector)];
+    [NSException raise:NSInternalInconsistencyException format:@"*** -[%@ %@]: Abstract definition must be overridden.", NSStringFromClass([self class]), NSStringFromSelector(selector)];
 }
 
 

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply to: