[Pkg-grid-commits] paje/debian compat,NONE,1.1 changelog,1.1,1.2 control,1.1,1.2 rules,1.1,1.2

Vincent Danjean pkg-grid-devel@lists.alioth.debian.org
Tue, 14 Dec 2004 11:25:35 +0000


Update of /cvsroot/pkg-grid/paje/debian
In directory haydn:/tmp/cvs-serv14609/debian

Modified Files:
	changelog control rules 
Added Files:
	compat 
Log Message:
New upstream sources
Using quilt now
And we are able to download upstream tarball


Index: rules
===================================================================
RCS file: /cvsroot/pkg-grid/paje/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rules	13 Dec 2004 18:38:46 -0000	1.1
+++ rules	14 Dec 2004 11:25:33 -0000	1.2
@@ -2,6 +2,7 @@
 # -*- mode: makefile; coding: utf-8 -*-
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/makefile.mk
 
 PAJE=paje.app
@@ -10,12 +11,33 @@
 DEB_MAKE_INSTALL_TARGET=install GNUSTEP_INSTALLATION_DIR=`pwd`/debian/$(PAJE)/usr/lib/GNUstep/System
 DEB_MAKE_CLEAN_TARGET= clean distclean
 
-DEB_INSTALL_DOCS_$(PAJE)=TODO Documentation/UserManual/user.ps Documentation/lang-paje/lang-paje.ps
+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_INSTALL_MANPAGES_$(PAJE)=debian/Paje.1
 
+###########################################
+# Documentation is not build upstream...
+build/$(PAJE)::
+	$(MAKE) -C Documentation/UserManual
+# Upstream does not include needed figures...
+#	$(MAKE) -C Documentation/lang-paje
+
+# one part of the clean rule must be called while patched
+clean:: clean-patched
+
+# if clean-patched and reverse-patches must be executed both, 
+# then apply clean-patched first
+reverse-patches: | clean-patched
+
+clean-patched: apply-patches
+	$(MAKE) -C Documentation/UserManual clean 
+	$(MAKE) -C Documentation/lang-paje clean
+
+###########################################
+# GNUstep layout needs to circumvent policy...
 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)

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-grid/paje/debian/changelog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- changelog	13 Dec 2004 18:38:46 -0000	1.1
+++ changelog	14 Dec 2004 11:25:33 -0000	1.2
@@ -1,3 +1,10 @@
+paje (1.0.0cvs20041214-1) unstable; urgency=low
+
+  * New upstream release
+  * Using quilt to manage patches
+
+ -- Vincent Danjean <Vincent.Danjean@ens-lyon.org>  Tue, 14 Dec 2004 10:53:24 +0100
+
 paje (1.0.0cvs20041022-4) unstable; urgency=low
 
   * Rename paje to Paje and use gnustep-app-wrapper
@@ -6,7 +13,7 @@
     author)
   * correct the menu entry (package is paje.app, not paje)
   * add lintian/linda override for image in usr/lib (GnuStep sub hierarchy)
-  * close ITP : (close:#285052)
+  * close ITP : (closes: #285052)
 
  -- Vincent Danjean <Vincent.Danjean@ens-lyon.org>  Mon, 13 Dec 2004 16:50:18 +0100
 

Index: control
===================================================================
RCS file: /cvsroot/pkg-grid/paje/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- control	13 Dec 2004 18:38:46 -0000	1.1
+++ control	14 Dec 2004 11:25:33 -0000	1.2
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Vincent Danjean <Vincent.Danjean@ens-lyon.org>
 Standards-Version: 3.6.1
-Build-Depends: debmake, libgnustep-gui0.9-dev, debhelper (>> 4.2.0), cdbs
+Build-Depends: debmake, libgnustep-gui0.9-dev, debhelper (>> 4.2.0), cdbs, quilt
 
 Package: paje.app
 Architecture: any

--- NEW FILE: compat ---
4