pymacs 0.25-1 source package in Ubuntu

Changelog

pymacs (0.25-1) unstable; urgency=low


  * New upstream release. Closes: #673219.
  * d/control:
    + Update Homepage field.
    + Take over maintainership with previous maintainer ACK.
    + Add Python Modules Team to Uploaders and corresponding Vcs-* fields.
    + Bump Standards-Version to 3.9.5.
      - d/copyright: Switch to machine-readable format.
    + Add missing X-Python-Version.
    + Add ${misc:Depends} to Depends (lintian).
    + Use python-all rather than python-dev (no extension being built).
  * d/source/format: Added and now using 3.0 (quilt).
  * d/pymacs.postinst,d/pymacs.prerm: Dropped (empty).
  * d/emacs_startup: Dropped (not used).
  * d/rules:
    + Switch to dh.
      - d/control,d/compat: Require debhelper >= 8.
    + Use pybuild.
      - d/control: Add Build-Depends against dh-python.
  * debian/watch: Update download URL.
  * Follow Debian Emacs Policy:
    + d/emacsen-compat: Set emacsen-common compat level to 0.
    + d/control: Depends on emacsen-common >= 2.0.8.
    + d/emacsen-startup: Properly set up load-path. Thanks to Darren
      Hoo. Closes: #565173.
    + d/emacsen-install: Use symlinks rather than copying *.el and do not
      delete them after byte-compilation (required for the help
      system). Thanks to Kevin Ryde. Closes: #689464.
  * d/patches/upstream_changelog.patch: Imported ChangeLog from upstream Git.

 -- Arnaud Fontaine <email address hidden>  Wed, 16 Jul 2014 18:56:58 +0900

Upload details

Uploaded by:
Arnaud Fontaine
Uploaded to:
Sid
Original maintainer:
Arnaud Fontaine
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python
Xenial release universe python

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pymacs_0.25-1.dsc 1.3 KiB f340a53239d8f13250722d3b7c2b139cd15dede63159dd402e30c75cb326ddd7
pymacs_0.25.orig.tar.gz 117.7 KiB bcb1af7f55c5a4c050f41413e54d7d1f3c9bf8febebd99792f4aa45cd8f41c8f
pymacs_0.25-1.debian.tar.xz 17.9 KiB 8a057b0e689d380ac16bc0bbe74555aec77b98742a99a3f655b9327d81072f97

Available diffs

No changes file available.

Binary packages built by this source

pymacs: interface between Emacs Lisp and Python

 Pymacs is a powerful tool which, once started from Emacs, allows
 both-way communication between Emacs Lisp and Python. Pymacs aims
 Python as an extension language for Emacs rather than the other way
 around, and this asymmetry is reflected in some design
 choices. Within Emacs Lisp code, one may load and use Python
 modules. Python functions may themselves use Emacs services, and
 handle Emacs Lisp objects kept in Emacs Lisp space.