[Pkg-jed-commit] r268 - in trunk/packages/jed: . debian debian/patches

Jörg Sommer jo-guest at costa.debian.org
Sat May 6 16:48:03 UTC 2006


Author: jo-guest
Date: 2006-05-06 16:48:02 +0000 (Sat, 06 May 2006)
New Revision: 268

Removed:
   trunk/packages/jed/build-orig-tar-gz
Modified:
   trunk/packages/jed/debian/changelog
   trunk/packages/jed/debian/control
   trunk/packages/jed/debian/jed-common.dirs
   trunk/packages/jed/debian/patches/00list
   trunk/packages/jed/debian/rules
Log:
* jed/build-orig-tar-gz:
  + removed, because we have the orig-tar-gz target in the rules; ask me
    for svn-build

* jed/debian/control:
  + increased the Policy standard version to 3.7.2

* jed/debian/patches/00list:
  + updated the cpp check according the suggestion in Aurelien Jarno's
    mail on the list

* jed/debian/changelog:
  + reworked; it should be now ready to release

* jed/debian/jed-common.dirs:
  + removed the usr/share/info entry because this directory is now
    created by make install

* jed/debian/rules
  + fixed some failures in the info path


Deleted: trunk/packages/jed/build-orig-tar-gz
===================================================================
--- trunk/packages/jed/build-orig-tar-gz	2006-04-30 00:48:04 UTC (rev 267)
+++ trunk/packages/jed/build-orig-tar-gz	2006-05-06 16:48:02 UTC (rev 268)
@@ -1,18 +0,0 @@
-# build-orig-tar-gz
-# Fetch the upstream tarball and rename according to Debian policy
-#
-#   * help for lazy maintainers,
-#   * needs updating with every new upstream version
-
-srcver=B0.99-17.135
-debver=`echo $srcver | sed s/^B// | sed s/-/./`
-wget ftp://space.mit.edu/pub/davis/jed/v0.99/pre-0.99-17/jed-$srcver.tar.gz
-mv jed-$srcver.tar.gz jed_$debver.orig.tar.gz
-tar xfz jed_$debver.orig.tar.gz
-cd jed-$srcver
-# with an up to date local working copy, this can be replaced by a copy or link
-# svn co svn+ssh://svn.debian.org/svn/pkg-jed/trunk/packages/jed/debian
-
-# now do e.g. 
-#   $ debuild -us -uc -i 
-# to build the package

Modified: trunk/packages/jed/debian/changelog
===================================================================
--- trunk/packages/jed/debian/changelog	2006-04-30 00:48:04 UTC (rev 267)
+++ trunk/packages/jed/debian/changelog	2006-05-06 16:48:02 UTC (rev 268)
@@ -22,30 +22,33 @@
       -delete option in the compile script in jed-common; this makes
       backporting of the package easier. [JS]
 
+    + splitted the dependency lines to reflect the possible independent
+      build targets. [JS]
+
+    + increased the Policy standard version; no changed needed [JS]
+
   * debian/patches/00list:
     + disabled xrender extension and gpm support on hurd-i386 and
       kfreebsd-i386 now uniformly by dpatch [JS]
 
-  * debian/patches/50_jed.tex.dpatch:
-    + fixed the hevea warning on package build [JS]
-
   * debian/rules:
     + added a get-orig-source target to [JS]
 
-  * /etc/jed.d/05jed-common.sl:
-    + <to be written>
+    + splitted the architecture dependent and independent parts; It's now
+      possible to build just one of them. This should decrease the effort
+      to build the package on slower machines (arm, hppa). [JS]
 
   * /usr/share/jed/lib/defaults.sl:
-    + <to be written>
     + added code to support slang_load_path and doc_path for
       /usr/share/slsh/ introduced with SLang2 [JS]
+
     + new function debian_startup() that evaluates the files in /etc/jed.d
       (This function is run by default with every startup, but not if
         * disabled with the --skip-debian-startup command line argument
         * jed is called via the `jed-script` symlink
        If a script needs the standard debian initialization (e.g. for
        functions in the jed-extra package), it can call debian_startup()
-       explicitely.
+       explicitely. [GM]
 
   * /usr/share/doc/jed-common/Debian-Jed-Policy.txt:
     + added a first draft for a policy about packages for Jed [JS]
@@ -54,7 +57,7 @@
   [GM] Guenter Milde
   [RL] Rafael Laboissiere
 
- -- Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>  Sun, 30 Apr 2006 01:38:51 +0200
+ -- Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>  Sat, 6 May 2006 18:35:33 +0200
 
 jed (0.99.17.135-1) experimental; urgency=low
 

Modified: trunk/packages/jed/debian/control
===================================================================
--- trunk/packages/jed/debian/control	2006-04-30 00:48:04 UTC (rev 267)
+++ trunk/packages/jed/debian/control	2006-05-06 16:48:02 UTC (rev 268)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 Build-Depends-Indep: debhelper, dpatch, hevea
 Build-Depends: debhelper, dpatch, libgpmg1-dev [!hurd-i386 !kfreebsd-i386], libslang2-dev, libxft-dev, libxt-dev
 

Modified: trunk/packages/jed/debian/jed-common.dirs
===================================================================
--- trunk/packages/jed/debian/jed-common.dirs	2006-04-30 00:48:04 UTC (rev 267)
+++ trunk/packages/jed/debian/jed-common.dirs	2006-05-06 16:48:02 UTC (rev 268)
@@ -1,5 +1,4 @@
 etc
 etc/jed.d
-usr/share/info
 usr/share/jed/lib
 usr/share/jed/compile

Modified: trunk/packages/jed/debian/patches/00list
===================================================================
--- trunk/packages/jed/debian/patches/00list	2006-04-30 00:48:04 UTC (rev 267)
+++ trunk/packages/jed/debian/patches/00list	2006-05-06 16:48:02 UTC (rev 268)
@@ -4,7 +4,7 @@
 50_jed.tex
 50_popups.sl
 
-#if !defined(DEB_BUILD_ARCH_hurd_i386) && !defined(DEB_BUILD_ARCH_kfreebsd_i386)
+#if DEB_BUILD_ARCH_OS == hurd || DEB_BUILD_ARCH_OS == kfreebsd
   /* The xrender extension and libgpm are not supported by these
      architectures: #345268 #95843 */
 50_enable-xrenderfont

Modified: trunk/packages/jed/debian/rules
===================================================================
--- trunk/packages/jed/debian/rules	2006-04-30 00:48:04 UTC (rev 267)
+++ trunk/packages/jed/debian/rules	2006-05-06 16:48:02 UTC (rev 268)
@@ -74,8 +74,8 @@
 
 	# install info files
 	mv $(jed-common)/usr/share/jed/info $(jed-common)/usr/share
-	rm $(jed-common)/usr/share/jed/dir.info \
-	    $(jed-common)/usr/share/jed/info.info
+	rm $(jed-common)/usr/share/info/dir.info \
+	    $(jed-common)/usr/share/info/info.info
 
 	# install compile script to build *.slc files after installation
 	dh_install -pjed-common debian/compile usr/share/jed/compile




More information about the Pkg-jed-commit mailing list