[Pkg-grid-commits] paje.app/debian changelog,1.1,1.2 rules,1.1,1.2

Vincent Danjean pkg-grid-devel@lists.alioth.debian.org
Mon, 24 Jan 2005 20:50:24 +0000


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

Modified Files:
	changelog rules 
Log Message:
New upstream version


Index: changelog
===================================================================
RCS file: /cvsroot/pkg-grid/paje.app/debian/changelog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- changelog	14 Jan 2005 11:07:44 -0000	1.1
+++ changelog	24 Jan 2005 20:50:22 -0000	1.2
@@ -1,5 +1,5 @@
-paje.app (1.2.2-1) unstable; urgency=low
+paje.app (1.3.1-1) unstable; urgency=low
 
   * Initial release.
 
- -- Vincent Danjean <Vincent.Danjean@ens-lyon.org>  Tue,  4 Jan 2005 14:21:40 +0100
+ -- Vincent Danjean <Vincent.Danjean@ens-lyon.org>  Mon, 24 Jan 2005 20:48:54 +0100

Index: rules
===================================================================
RCS file: /cvsroot/pkg-grid/paje.app/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rules	14 Jan 2005 11:07:44 -0000	1.1
+++ rules	24 Jan 2005 20:50:22 -0000	1.2
@@ -15,8 +15,8 @@
 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
 
@@ -26,17 +26,12 @@
 # Documentation is not build upstream...
 build/$(PAJE)::
 	$(MAKE) -C Documentation/UserManual
-# Upstream does not include needed figures...
-#	$(MAKE) -C Documentation/lang-paje
+	$(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:: clean-doc
 
-clean-patched: apply-patches
+clean-doc:
 	$(MAKE) -C Documentation/UserManual clean 
 	$(MAKE) -C Documentation/lang-paje clean