[Pkg-grid-commits] paje.app/debian changelog, 1.9, 1.10 control, 1.5, 1.6 control.in, 1.4, 1.5 rules, 1.3, 1.4

Vincent Danjean vdanjean-guest at alioth.debian.org
Tue Jan 31 11:06:38 UTC 2006


Update of /cvsroot/pkg-grid/paje.app/debian
In directory haydn:/tmp/cvs-serv27262

Modified Files:
	changelog control control.in rules 
Log Message:
fix FTBFS dur to new gnustep libs

Index: control
===================================================================
RCS file: /cvsroot/pkg-grid/paje.app/debian/control,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- control	28 Sep 2005 23:13:45 -0000	1.5
+++ control	31 Jan 2006 11:06:36 -0000	1.6
@@ -1,12 +1,10 @@
-# -*- coding: utf-8 -*-
-
 Source: paje.app
 Section: science
 Priority: optional
 Maintainer: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
 Uploaders: Vincent Danjean <Vincent.Danjean at ens-lyon.org>, Martin Quinson <mquinson at debian.org>
 Standards-Version: 3.6.2
-Build-Depends: cdbs (>= 0.4.23-1.1), build-essential, debhelper (>= 4.1.0), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), libgnustep-gui0.9-dev, debhelper (>> 4.2.0), tetex-bin, tetex-extra
+Build-Depends: quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), libgnustep-gui0.10-dev, debhelper (>> 4.2.0), tetex-bin, tetex-extra
 
 Package: paje.app
 Architecture: any

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-grid/paje.app/debian/changelog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- changelog	28 Sep 2005 23:13:45 -0000	1.9
+++ changelog	31 Jan 2006 11:06:36 -0000	1.10
@@ -1,3 +1,9 @@
+paje.app (1.3.3-2) unstable; urgency=low
+
+  * Rebuild against newer GNUStep library (Closes: #350426)
+
+ -- Vincent Danjean <Vincent.Danjean at ens-lyon.org>  Tue, 31 Jan 2006 11:56:59 +0100
+
 paje.app (1.3.3-1) unstable; urgency=low
 
   * New upstream release

Index: rules
===================================================================
RCS file: /cvsroot/pkg-grid/paje.app/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	6 Apr 2005 08:36:02 -0000	1.3
+++ rules	31 Jan 2006 11:06:36 -0000	1.4
@@ -2,8 +2,8 @@
 # -*- mode: makefile; coding: utf-8 -*-
 
 # Let cdbs track the build-dep for me
-debian/control:: debian/control.in debian/rules
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes
+#debian/control:: debian/control.in debian/rules
+#DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
@@ -18,7 +18,7 @@
 DEB_INSTALL_DOCS_$(PAJE)=TODO Documentation/UserManual/user.ps \
 	Documentation/lang-paje/lang-paje.ps
 
-DEB_DH_LINK_$(PAJE)=/usr/bin/gnustep-app-wrapper /usr/bin/Paje
+DEB_DH_LINK_$(PAJE)=/usr/bin/gnustep-app-wrapper /usr/bin/Paje.app
 
 DEB_INSTALL_MANPAGES_$(PAJE)=debian/Paje.1
 
@@ -37,3 +37,9 @@
 binary-install/$(PAJE)::
 	install -m 644 debian/lintian-override $(CURDIR)/debian/$(PAJE)/usr/share/lintian/overrides/$(PAJE)
 	install -m 644 debian/linda-override $(CURDIR)/debian/$(PAJE)/usr/share/linda/overrides/$(PAJE)
+
+binary-install/$(PAJE)::
+	ln -s Paje.1.gz debian/$(PAJE)/usr/share/man/man1/Paje.app.1.gz
+	echo "#!/bin/sh" > debian/$(PAJE)/usr/bin/Paje
+	echo "exec Paje.app" >> debian/$(PAJE)/usr/bin/Paje
+

Index: control.in
===================================================================
RCS file: /cvsroot/pkg-grid/paje.app/debian/control.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- control.in	28 Sep 2005 23:13:45 -0000	1.4
+++ control.in	31 Jan 2006 11:06:36 -0000	1.5
@@ -6,7 +6,7 @@
 Maintainer: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
 Uploaders: Vincent Danjean <Vincent.Danjean at ens-lyon.org>, Martin Quinson <mquinson at debian.org>
 Standards-Version: 3.6.2
-Build-Depends: @cdbs@, libgnustep-gui0.9-dev, debhelper (>> 4.2.0), tetex-bin, tetex-extra
+Build-Depends: @cdbs@, libgnustep-gui0.10-dev, debhelper (>> 4.2.0), tetex-bin, tetex-extra
 
 Package: paje.app
 Architecture: any




More information about the Pkg-grid-commits mailing list