Processed: Re: Bug#742703: pu: package gorm.app/1.2.16-1+deb7u1

2014-04-14 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #742703 [release.debian.org] pu: package gorm.app/1.2.16-1+deb7u1
Added tag(s) pending.

-- 
742703: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742703
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b742703.139747834128406.transcr...@bugs.debian.org



Bug#742703: pu: package gorm.app/1.2.16-1+deb7u1

2014-04-14 Thread Adam D. Barratt
Control: tags -1 + pending

On Mon, 2014-04-14 at 14:06 +0200, Moritz Mühlenhoff wrote:
> > On Wed, 2014-03-26 at 15:05 +0100, Moritz Mühlenhoff wrote:
> > > gorm.app FTBFSes in stable. The attached debdiff fixes the build using
> > > the same patch already used in the NMU for unstable.
> > 
> > Please go ahead; thanks.
> 
> Uploaded.

Flagged for acceptance; thanks.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1397478333.23016.12.ca...@jacala.jungle.funky-badger.org



Bug#742703: pu: package gorm.app/1.2.16-1+deb7u1

2014-04-14 Thread Moritz Mühlenhoff
> Control: tags -1 + confirmed
> 
> On Wed, 2014-03-26 at 15:05 +0100, Moritz Mühlenhoff wrote:
> > gorm.app FTBFSes in stable. The attached debdiff fixes the build using
> > the same patch already used in the NMU for unstable.
> 
> Please go ahead; thanks.

Uploaded.

Cheers,
Moritz
-- 
Moritz Mühlenhoff
Open Source Software Engineer

Univention GmbH
be open.
Mary-Somerville-Str.1
28359 Bremen
Tel. : +49 421 22232-0 [.]
Fax : +49 421 22232-99

muehlenh...@univention.de
http://www.univention.de

Geschäftsführer: Peter H. Ganten
HRB 20755 Amtsgericht Bremen
Steuer-Nr.: 71-597-02876 


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201404141406.36080.muehlenh...@univention.de



Bug#742703: pu: package gorm.app/1.2.16-1+deb7u1

2014-04-13 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Wed, 2014-03-26 at 15:05 +0100, Moritz Mühlenhoff wrote:
> gorm.app FTBFSes in stable. The attached debdiff fixes the build using the 
> same
> patch already used in the NMU for unstable.

Please go ahead; thanks.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1397410852.24647.37.ca...@jacala.jungle.funky-badger.org



Processed: Re: Bug#742703: pu: package gorm.app/1.2.16-1+deb7u1

2014-04-13 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #742703 [release.debian.org] pu: package gorm.app/1.2.16-1+deb7u1
Added tag(s) confirmed.

-- 
742703: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742703
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b742703.139741086025712.transcr...@bugs.debian.org



Bug#742703: pu: package gorm.app/1.2.16-1+deb7u1

2014-03-26 Thread Moritz Mühlenhoff
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: pu

Hi,
gorm.app FTBFSes in stable. The attached debdiff fixes the build using the same
patch already used in the NMU for unstable.

Cheers,
Moritz
diff -u gorm.app-1.2.16/debian/changelog gorm.app-1.2.16/debian/changelog
--- gorm.app-1.2.16/debian/changelog
+++ gorm.app-1.2.16/debian/changelog
@@ -1,3 +1,10 @@
+gorm.app (1.2.16-1+deb7u1) stable; urgency=low
+
+  * Fix FTBFS using the same patch already used in the 1.2.16-1.1 NMU by
+Gregor Herrmann (Closes: #707393)
+
+ -- Moritz Mühlenhoff   Mon, 03 Feb 2014 12:06:03 +0100
+
 gorm.app (1.2.16-1) unstable; urgency=low
 
   * New upstream version. (Closes: #671393)
only in patch2:
unchanged:
--- gorm.app-1.2.16.orig/GormCore/GormPrivate.m
+++ gorm.app-1.2.16/GormCore/GormPrivate.m
@@ -79,12 +79,14 @@
 @end
 
 @implementation NSObject (GormPrivate)
+/*
 + (void) poseAsClass: (Class)aClassObject
 {
   // disable poseAs: while in Gorm.
   class_pose_as(self, aClassObject);
   NSLog(@"WARNING: poseAs: called in Gorm.");
 }
+*/
 
 + (BOOL) canSubstituteForClass: (Class)origClass
 {