Lucas Nussbaum <[EMAIL PROTECTED]> (20/10/2007):
> E: Package libgnustep-gui0.10-dev has no installation candidate

Attached, some work to make it build again, but that stupid thing is
still trying to create symlinks to or from /usr/local… Given the cvs
snapshot it is and the number of uploads, it looks to me that it could
be orphaned at least, and removed at best (didn't check popcon, though).

Cheers,

-- 
Cyril Brulebois
diff -u camelbones-0.2.3.cvs20040220/debian/changelog 
camelbones-0.2.3.cvs20040220/debian/changelog
--- camelbones-0.2.3.cvs20040220/debian/changelog
+++ camelbones-0.2.3.cvs20040220/debian/changelog
@@ -1,3 +1,21 @@
+camelbones (0.2.3.cvs20040220-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replace the Build-Depends on libgnustep-gui0.10-dev with one on
+    libgnustep-gui-dev to fix the FTBFS due to the gnustep transition
+    (Closes: #447373).
+  * Also replace the following sourced (in debian/rules) file:
+      /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh
+    with this one:
+      /usr/share/GNUstep/Makefiles/GNUstep.sh
+  * Move the homepage from the long descriptions to the appropriate source
+    header.
+  * Use ${binary:Version} instead of the deprecated ${Source-Version}.
+  * Delete the DH_COMPAT=4 line in debian/rules, use proper debian/compat
+    instead.
+
+ -- Cyril Brulebois <[EMAIL PROTECTED]>  Fri, 16 Nov 2007 02:37:25 +0100
+
 camelbones (0.2.3.cvs20040220-2.1) unstable; urgency=low
 
   * NMU
diff -u camelbones-0.2.3.cvs20040220/debian/rules 
camelbones-0.2.3.cvs20040220/debian/rules
--- camelbones-0.2.3.cvs20040220/debian/rules
+++ camelbones-0.2.3.cvs20040220/debian/rules
@@ -4,8 +4,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DH_COMPAT=4
-
 CFLAGS = -Wall
 
 PACKAGE = camelbones
@@ -44,7 +42,7 @@
        dh_testdir
 
 #       Add here commands to compile the package.
-       . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \
+       . /usr/share/GNUstep/Makefiles/GNUstep.sh ; \
        $(MAKE) FOUNDATION_LIB=gnu \
                GNUSTEP_SYSTEM_ROOT=/usr/lib/GNUstep/System
 
@@ -56,7 +54,7 @@
        rm -f build-stamp configure-stamp
 
 #       Add here commands to clean up after the build process.
-       . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \
+       . /usr/share/GNUstep/Makefiles/GNUstep.sh ; \
        $(MAKE) clean distclean
 
        @for file in $(rev_patches); do \
@@ -76,7 +74,7 @@
        dh_clean -k 
        dh_installdirs -a
 
-       . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \
+       . /usr/share/GNUstep/Makefiles/GNUstep.sh ; \
        $(MAKE) install \
                FOUNDATION_LIB=gnu \
                GNUSTEP_SYSTEM_ROOT=$(INSTALL_DIR)/usr/lib/GNUstep/System
diff -u camelbones-0.2.3.cvs20040220/debian/control 
camelbones-0.2.3.cvs20040220/debian/control
--- camelbones-0.2.3.cvs20040220/debian/control
+++ camelbones-0.2.3.cvs20040220/debian/control
@@ -2,8 +2,9 @@
 Section: devel
 Priority: optional
 Maintainer: Wolfgang Sourdeau <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), gnustep-make, libgnustep-gui0.10-dev, 
libperl-dev (>= 5.8.4)
+Build-Depends: debhelper (>= 4.0.0), gnustep-make, libgnustep-gui-dev, 
libperl-dev (>= 5.8.4)
 Standards-Version: 3.6.1.1
+Homepage: http://camelbones.sf.net/
 
 Package: libcamelbones0
 Architecture: any
@@ -13,13 +14,11 @@
  Camelbones is a GNUstep framework designed to bridge Objective C and Perl.
  This makes it possible for applications to have code in both languages, having
  Objective C code invoke Perl code and vice-versa.
- .
- Web: http://camelbones.sf.net/
 
 Package: libcamelbones0-dev
 Architecture: any
 Section: libdevel
-Depends: libcamelbones0 (= ${Source-Version})
+Depends: libcamelbones0 (= ${binary:Version})
 Description: the development files for the CamelBones framework
  Camelbones is a GNUstep framework designed to bridge Objective C and Perl.
  This make it possible for applications to have code in both languages, having
@@ -30,2 +28,0 @@
- .
- Web: http://camelbones.sf.net/
only in patch2:
unchanged:
--- camelbones-0.2.3.cvs20040220.orig/debian/compat
+++ camelbones-0.2.3.cvs20040220/debian/compat
@@ -0,0 +1 @@
+4

Attachment: pgpeYnapu5pJt.pgp
Description: PGP signature

Reply via email to