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

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



Package: release.debian.org
Severity: normal
User: release.debian.org@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 <muehlenhoff@univention.de>  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
 {

Reply to: