[SCM] scenic packaging annotated tag, debian/0.6.3-1, created. debian/0.6.3-1
js at users.alioth.debian.org
js at users.alioth.debian.org
Wed Apr 13 11:43:46 UTC 2011
The annotated tag, debian/0.6.3-1 has been created
at ed61a3b2c2e4b85e1db2c3eb5ed41b5ff685e74d (tag)
tagging 675f20ccc8581318fe3fbea3d8993fe475f5e26a (commit)
replaces upstream/0.6.2
tagged by Jonas Smedegaard
on Wed Sep 1 03:20:20 2010 +0200
- Shortlog ------------------------------------------------------------
Debian release 0.6.3-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAABCgAGBQJMfapUAAoJECx8MUbBoAEhONwP/RZ5iD/wy1td+mxSQP7p3PM8
ZHHCb/dNeKskrfnKMp4iC1aqwy/8GIvDMB4w5HjnWV234RkwGCxzUUK2ftvLxkyl
qsez0ECaLi/VV+LTt99T6gSW3Bm+PpGEA4SrO4GT4ric81/1UA6UVMjPqtvG92er
ZyiGhjtsT6uJsZ5Q4xjOp1YrY0jzI5XRFJRQMPKD0U4Hhe09xr/JzbHgbcyAUDaF
TarkX+bKmTdwv1++G5GB21RHGmntCMJ1lvyKfDB7Zz8nSwiTDhotYPjSVCurf7T2
F/ziun676ZbYOLRFnnoaEvU9QpqC2ANQC2NhnNS4bRq7tJ6c7pCI/mY3iAyQHQEV
MKOwtwipMwUFDg+MhzqojXuJ7ejztEW1G448nhv6lFwxCZH40/fs3Wk0flt1o7fO
+3sNkf36Ak+AcU3gbEYOwxcaKuNWgxrQuNozrHhh2ZdGDwlNvMgk0J5T/Hr2AquC
tRPGPeAtbhJ9ii7niIG4LWiZS1sYbP8LvKMTr4DakHQ0nGacIrfO4nOE/c28L2kj
+HOjXciPlP+BcuH8qJI5u8obt+4HoDGn1PXlqD/eYr+wCBEWSNwd5oVbQ+r9JMfO
V3+ucN0ZSU+9VWcVm/JGSE7+Ay0X+Cs0uThLsO1RGxoRKG57V3J3EtoEsduxJ7jw
csGyWkA3BBSFxPyQUhZr
=fw+Q
-----END PGP SIGNATURE-----
Alexandre Quessy (97):
Imported Debian patch 0.5.11-1
Cleanup in deps, build-deps, suggests and Vcs-*
line-wrapped long desc at 72 chars.
use = instead or := in rules
added make check in the rules
Adding gdp.conf
Build-dep on debhelper 6, not 7
Specifying an export-dir for git-builpackage
deleted gbp.conf
Added README.source and updated copyright
adding gbp.conf - again
adding a clean target checking if make files exist
Trying to detect if makefile exists
It's not fatal if there is not makefile at 1st
pristine-tar using gzip, not bz2
Depends on either simplejson or python2.6
added .install and .manpages files
Splitting package in three in the control file
Actually added .install and .manpages files
Fix in .manpages files
fix in debian/tmp path for manpages
removed directory name for manpages
Fixed path to milhouse.completion
Changes in descriptions and some deps
removing a file that should not be there
Modified Debian menu title
Made the Debian menu title shorter
Splitting the doc into the scenic-doc package.
moved menu to scenic.menu
Adding TODO and README.Debian
Moved pyPortMidi to suggests
updated short descriptions and sections
adding lintian-overrides for hyphen man page bug
Fixed lintian-overrides files
Removed section field from the source
misc trials to fix things
Section is inherited from source to binary
lowered compat to 6 to match debhelper
Documenting how to enable MIDI in the control file
added scenic-doc.doc-base
Changed doc-base section to Network/Communication
Changes in doc-base files listing
Added python-autotools class to rules file
fix in rules include order
Trying to use pysupport and python-autotools.mk
added DEB_BUILDIR
Ignoring debian/pycompat file
Removed python-autotools: needs upstream changes
Using python-autotools.mk instead of autotools.mk
trying to fix a bug
still trying
redoing things I had tried before
Need to add DEB_PYTHON_PRIVATE_MODULES_DIRS_scenic
fix in python path
Disabled unit tests
Fixed spelling of DEB_PYTHON_MODULE_PACKAGES
Adding the perl script to replace shebangs
Removing lintian-overrides for hyphens in man page
adding scenic.docs
Changed python-portmidi to python-pyportmidi
removed NEWS file from scenic.docs, using CDBS
Finally, the MIDI package is named python-portmidi
Merge branch 'upstream'
updated version number in changelog
removed debian/.gitignore
Removed executable bit on changelog and control
removed export-dir from gbp.conf
Merge commit 'upstream/0.6.1'
added debian/pycompat
The doc must be arch: all
Merge commit 'upstream/0.6.2'
Updated version in changelog
Trying to fix dhpysupport for new package location
Trying to use the proper target for python modules
Getting ptyhon files from usr/lib/python2.5/s...
Fixed path of the rtpmidi module
added rules to build python targets for different versions
got rid of dash
put dash back
added configure-stamp rule
added pyhton versions
removed colon
moved includes back
changed binary/indep rules to binary/install
removed extra argument to install target. remove pycompat file
added include autoconf.mk in debian/rules
removed deprecated include autoconf.mk
fixed minimum python version in debian/rules
added DEB_DH_INSTALL_SOURCE_DIR macro
merged binary-install and binary-fixup targets
removed stamp targets in debian/rules
put dehelper.mk before other includes
don't append to DEB_BUILDDIR
Imported Upstream version 0.6.3
Merge commit 'upstream/0.6.3'
updated version in debian/changelog
Removing patch that's been fixed upstream
Jonas Smedegaard (17):
Build-depend on latest Boost libraries (via virtual unversioned packages), and only on actually needed ones (not virtual *-all-dev).
Add patch 1001 to fix help2man generation of Python-related manpages.
Fix cleanup build area (apparently not done by upstream).
Duplicate control → control.in, to enable package relations auto-resolving.
Add @cdbs@ hint to control.in, and drop static build-dependencies now auto-resolved.
Update control file: DEB_MAINTAINER_MODE=1 fakeroot debian/rules clean
Add patch 2001 to disable building Python-dependent manpages (currently failing when libraries not already installed). Regenerate manpages during build. Add TODO on fixing the underlying issue and reenable.
Use wildcards (not hardcoded versions) to list Python modules for install.
Simplify install files.
Fix names of Python-containing binary packages (not that it matter, as they are arch-independent anyway).
Fix avoid hardcoded Python version when regenerating manpages in rules file.
Merge hash-bang-tightening build targets.
Avoid explicitly invoking dh_pysupport: already handled by python-autotools.mk.
Add myself as uploader.
Suppress generating shlibs file for non-public shared libraries.
Bump standards-version to 3.9.1.
Prepare release: Update changelog and control file.
-----------------------------------------------------------------------
--
scenic packaging
More information about the pkg-multimedia-commits
mailing list