Tags 447454 + patch
thanks

Hi,

the problem seems to be that the location of GNUstep.sh must have been
change somewhere in the past. The attached patch fixes the problem, but
introduces a warning. Thats not critical, because it just complains
about a parameter change, but it should probably be discussed with
upstream because the option that should replace the deprecated parameter
does not do the same.

Regards,
Patrick
diff -urN cddb.bundle-0.2/c cddb.bundle-0.2.patched/c
--- cddb.bundle-0.2/c	1970-01-01 01:00:00.000000000 +0100
+++ cddb.bundle-0.2.patched/c	2007-11-05 21:08:08.867494858 +0100
@@ -0,0 +1,26 @@
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/lib/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/lib/GNUstep/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/lib/GNUstep/System/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/lib/GNUstep/System/Library/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/lib/GNUstep/System/Library/Headers/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/lib/GNUstep/System/Library/Headers/Cddb/
+-rw-r--r-- root/root      3849 2006-10-10 11:24 ./usr/lib/GNUstep/System/Library/Headers/Cddb/Cddb.h
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/lib/GNUstep/System/Library/Bundles/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/lib/GNUstep/System/Library/Bundles/Cddb.bundle/
+-rwxr-xr-x root/root     33696 2006-10-10 11:24 ./usr/lib/GNUstep/System/Library/Bundles/Cddb.bundle/Cddb
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/lib/GNUstep/System/Library/Bundles/Cddb.bundle/Resources/
+-rw-r--r-- root/root       130 2006-10-10 11:24 ./usr/lib/GNUstep/System/Library/Bundles/Cddb.bundle/Resources/Info-gnustep.plist
+-rw-r--r-- root/root        35 2006-10-10 11:24 ./usr/lib/GNUstep/System/Library/Bundles/Cddb.bundle/stamp.make
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/share/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/share/doc/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/share/doc/cddb.bundle/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/share/doc/cddb.bundle/examples/
+drwxr-xr-x root/root         0 2006-10-10 11:24 ./usr/share/doc/cddb.bundle/examples/CddbTest/
+-rw-r--r-- root/root      1454 2006-10-10 11:24 ./usr/share/doc/cddb.bundle/examples/CddbTest/GNUmakefile
+-rw-r--r-- root/root      3762 2006-10-10 11:24 ./usr/share/doc/cddb.bundle/examples/CddbTest/main.m
+-rw-r--r-- root/root      1560 2002-10-10 17:42 ./usr/share/doc/cddb.bundle/TUTORIAL.gz
+-rw-r--r-- root/root      2016 2002-12-16 09:27 ./usr/share/doc/cddb.bundle/README
+-rw-r--r-- root/root      1025 2006-10-10 11:21 ./usr/share/doc/cddb.bundle/copyright
+-rw-r--r-- root/root       461 2006-10-10 11:24 ./usr/share/doc/cddb.bundle/changelog.Debian.gz
diff -urN cddb.bundle-0.2/debian/rules cddb.bundle-0.2.patched/debian/rules
--- cddb.bundle-0.2/debian/rules	2007-11-05 21:08:24.000000000 +0100
+++ cddb.bundle-0.2.patched/debian/rules	2007-11-05 21:08:08.867494858 +0100
@@ -25,14 +25,14 @@
 
 build-stamp: configure-stamp 
 	dh_testdir
-	source /usr/lib/GNUstep/System/Makefiles/GNUstep.sh; $(MAKE)
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh; $(MAKE)
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	source /usr/lib/GNUstep/System/Makefiles/GNUstep.sh; $(MAKE) clean distclean
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh; $(MAKE) clean distclean
 	dh_clean 
 
 install: build
@@ -40,7 +40,7 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-	source /usr/lib/GNUstep/System/Makefiles/GNUstep.sh; $(MAKE) install GNUSTEP_INSTALLATION_DIR=$(CURDIR)/debian/cddb.bundle/usr/lib/GNUstep/System
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh; $(MAKE) install GNUSTEP_INSTALLATION_DIR=$(CURDIR)/debian/cddb.bundle/usr/lib/GNUstep/System
 	cp -r CddbTest $(CURDIR)/debian/cddb.bundle/usr/share/doc/cddb.bundle/examples
  
 

Reply via email to