[Pkg-jed-commit] [SCM] Debian packaging of JED branch, jo-0.99.19, created. 1%3A0.99.18+dfsg.1-10-226-gc666ffd

Jörg Sommer joerg at alea.gnuu.de
Sat Feb 14 00:32:14 UTC 2009


The branch, jo-0.99.19 has been created
        at  c666ffd1be2217ee13de86439ca13cefbc1e519a (commit)

- Shortlog ------------------------------------------------------------
commit c666ffd1be2217ee13de86439ca13cefbc1e519a
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sat Feb 14 01:17:29 2009 +0100

    Enable check for errors in {jed,xjed}.prerm scripts
    
    The scripts were not sensitive to the return value of subprocesses which
    might cause errors get ignored. Lintian had warned.

commit fb8af9a42b23612d3626006044d6bcb030d1475b
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sat Feb 14 01:15:47 2009 +0100

    Add ${misc:Depends} to all packages
    
    Lintian warned about missing ${misc:Depends} in contol file. This
    substitution variable is needed to make dh_* scripts can add their
    dependencies.

commit d5a4ccaea1e9550ce933961357e499a7c304b809
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 23:56:15 2009 +0100

    Don't link xjed with libgpm
    
    dpkg-shlibdeps complained about an unsed dependency of xjed on libgpm.
    This library is not used by xjed. Unfortunately, it's not possible to do
    this directly. The make variable MOUSELIB= must be set empty to prevent
    this linking.

commit e6845dd86259a094e54cb5ad95c4a7c5f3b91f7f
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 23:29:39 2009 +0100

    Remove removal of unused info directory
    
    Upstream changed the makefile to not use the hardcoded path for the info
    directory but the value from the configure option or the default
    /usr/share/info. The change was done in 0.99.19pre150. So the removal of
    the old, empty directory is obsolate.
    
    The creation of the /usr/share/info path one line below is also obsolate,
    but as I'm going to ask upstream to remove the info files from the
    upstream source, due to licence issues, I would leave this line so the
    build succeedes when upstream does not create the directory anymore.
    I would schedule the decision about this line until upstream descided
    about the info pages.

commit 90a4f08e32d8f24b9be921320c6c913e8c8ddf9b
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 23:22:48 2009 +0100

    Replace build dependency libgpmg1-dev by libgpm-dev
    
    According to the package description of libgpmg1-dev, the package was
    superseded by libgpm-dev.

commit b091167db838c5444b50231dd1b663741e566ba4
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 23:21:09 2009 +0100

    Set DM-Upload-Allowed field to yes
    
    To allow the upload of jed packages by Jörg the DM-Upload-Allowed field
    has to be set to yes in the control file.

commit 939fc21d2a4f80520fe32010a889384e384537eb
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 23:19:08 2009 +0100

    Bump standards version to 3.8.0
    
    The only requirement that had to be sastisfied was the README.source to
    describe the usage of the patch managment system. This was done in the
    previous commit.

commit b6cb2fded30ab70597907f580a988726a727ee38
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 23:16:34 2009 +0100

    A README.source to describe the patch managment system
    
    The new policy version 3.8.0 recommends to include a file that describes
    how to use the patch management system of the package. It's allowed to
    refer to a file that is installed when all build dependencies are
    satisfied. The dpatch package provides such a file since version 2.0.30.
    
    The text was picked from
    http://lists.debian.org/debian-policy/2008/08/msg00035.html

commit 0300bb9b6db412cdf6121a2a6865b0951f0588ac
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 23:10:21 2009 +0100

    Remove workaround for broken rxvt keydefinition
    
    A workaround was added in 0.99.19pre118 to keydef.sl.

commit 077df95dc1848dce7943c8994ed98a7cc77ea628
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 23:53:47 2009 +0100

    Remove dpatch option file
    
    We don't need to set the dpatch option DPATCH_OPTION_CPP anymore, because
    the xft and gpm patches were droped.

commit 0e2d41a5edf6ca5d52ba65a840e6e9092c035723
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 23:48:43 2009 +0100

    Use configure options to en‐/disable gpm, xft supp.; drop patches
    
    Upstream added in version 0.99.19pre156 and 0.99.19pre157 support for
    configure options to enable or disable gpm and xft support. So we can
    drop the dpatches and use these options.

commit 74743802530496e762d377a5533ce826680d47de
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 23:38:17 2009 +0100

    Set configure options --build and --host; add configure_flags
    
    To ease conditional setting of configure option, put them into a
    variable. The policy section 4.9 suggests to use DEB_*_* variables to
    determine the specification of the build and the host system. The cross
    compiling people request to pass these settings to configure, IIRC.

commit 41e5b32b18fe4822313732c2b220a6e643736679
Merge: fd8f2f47ffa626ef6d5f0cb301a9ec981994ceba cc76d082d7582c67404c7ba341123eef8a4598c1
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 18:52:50 2009 +0100

    Merge commit '1%3A0.99.18+dfsg.1-11' into 0.99.19

commit fd8f2f47ffa626ef6d5f0cb301a9ec981994ceba
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 18:44:24 2009 +0100

    Start a new version

commit 0d58f4df17bf3e4f13c568d2604030a4f64ad5a9
Merge: b0ef335dee6d94743a687a7f9931ed19903aab72 b5a0461798596eb7ecc9b0efe0a77f1de332f9ea
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Fri Feb 13 18:41:24 2009 +0100

    Merge commit 'origin/upstream' into 0.99.19

-----------------------------------------------------------------------

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list