[Reproducible-commits] [cdbs] 36/41: Update changelog, control file and copyright hints.

Mattia Rizzolo mattia at debian.org
Tue May 10 14:42:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch reproducible
in repository cdbs.

commit d61c932106ffefc8f8a96f19bf45d49aa70a5ef1
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Apr 2 12:02:42 2015 +0200

    Update changelog, control file and copyright hints.
---
 debian/changelog       | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/control         | 13 +++++----
 debian/copyright_hints | 44 +++++++++++++++---------------
 3 files changed, 104 insertions(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 994bee2..257d9ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,77 @@
+cdbs (0.5) UNRELEASED; urgency=medium
+
+  [ Jonas Smedegaard ]
+  * Refactor python snippets:
+    + Expand implementations from lists.
+    + Handle flavors (not versions).
+    + Check actual need for build-dependencies in cdbs_python_builddeps
+      (not before).
+    + Expand packaging systems from list.
+    + Handle runtimes separate from flavors.
+    + Fix an error message to talk about multiple python implementations
+      (not packaging systems nor too specific ones).
+    + Fix allow early override of python autotools variable.
+  * Modernize python-distutils.mk installdir handling (since supported
+    even in oldstable now):
+    + Use --install-layout=deb (and drop --prefix=/usr) by default.
+    + Use --install-lib option (not --install-purelib/--install-platlib,
+      and only when DEB_PYTHON_DISTUTILS_INSTALLDIR_SKEL is set).
+    + Deprecate cdbs_expand_python_distutils_installdir, and have it
+      provide .../dist-packages dir (not .../site-packages) by default
+      to try cope with packages relying on it for non-skel use.
+    Closes: bug#565973. Thanks to Matthias Klose and Piotr Ożarowski.
+  * Tighten cdbs_make_curflavor resolving, to simplify its use.
+  * Introduce new variables:
+    DEB_CONFIGURE_SCRIPT_ENV_PYTHON cdbs_autotools_configure_env
+    cdbs_curpython cdbs_curpythonruntime cdbs_expand_pythonruntime
+    cdbs_make_curpythonruntime cdbs_python_flavors
+  * Introduce new expansion variables:
+    cdbs_uc cdbs_lc
+  * Introduce new per-implementation variables:
+    cdbs_$python_mainflavor
+  * Rename variables:
+    + cdbs_python_pycentral → cdbs_pythonsystem_pycentral
+    + cdbs_python_pysupport → cdbs_pythonsystem_pysupport
+    + cdbs_python2 → cdbs_pythonsystem_python2
+    + cdbs_python3 → cdbs_pythonsystem_python3
+    + cdbs_python2_builddeps → cdbs_python_builddeps_python2
+    + cdbs_python3_builddeps → cdbs_python_builddeps_python3
+  * Deprecate variables:
+    cdbs_curpythonstem cdbs_python3_current_binary
+    cdbs_python3_current_version cdbs_python3_supported_versions
+    cdbs_python_build_versions cdbs_python_current_binary
+    cdbs_python_current_version cdbs_python_supported_versions
+  * Drop variables:
+    cdbs_curpython cdbs_curpythonbuildversions cdbs_curpythonindepbinary
+    cdbs_curpythonpribinary cdbs_python2 cdbs_python2_builddeps
+    cdbs_python3 cdbs_python3_builddeps
+    cdbs_python3_first_supported_version cdbs_python3_nondefault_version
+    cdbs_python3_primary_version cdbs_python_binary
+    cdbs_python_builddeps_legacy cdbs_python_first_supported_version
+    cdbs_python_legacy_system cdbs_python_nondefault_version
+    cdbs_python_primary_version cdbs_python_pycentral
+    cdbs_python_pysupport cdbs_python_stem cdbs_pythonsystem_python3
+    python_python2_packages python_python3_packages
+  * Drop unused make targets:
+    python-build-stamp-% python-install-py python-install-%
+    python-clean-%
+  * Drop unmaintained and unused snippets:
+    docbookxml.mk hbuild.mk kde.mk
+  * Support xz compressed upstream tarballs.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Update Vcs-Browser field to use cgit and https.
+  * Update package relations:
+    + Relax to build-depend unversioned on devscripts: Needed version
+      satisfied even in oldstable.
+  * Update copyright info:
+    + Cover newly added pypy tests.
+
+  [ Vasudev Kamath ]
+  * Support building python modules for pypy
+  * Add myself to Uploaders
+
+ -- Jonas Smedegaard <dr at jones.dk>  Thu, 02 Apr 2015 12:00:17 +0200
+
 cdbs (0.4.130) unstable; urgency=medium
 
   * Fix quoting of compiler flags in perlmodule-vars.mk.
diff --git a/debian/control b/debian/control
index 2fc939b..7e7d236 100644
--- a/debian/control
+++ b/debian/control
@@ -10,17 +10,20 @@ Build-Depends-Indep: devscripts,
  python-dev,
  python-all-dev,
  python3-all-dev,
+ pypy-dev,
+ dh-python,
  ant,
  default-jdk,
  sharutils,
  lzma,
- devscripts (>= 2.10.7)
+ devscripts
 Uploaders: Jonas Smedegaard <dr at jones.dk>,
  Marc Dequènes (Duck) <Duck at DuckCorp.org>,
- Rémi Thebault (RTbo) <remi.thebault at gmail.com>
-Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/collab-maint/cdbs.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cdbs.git
+ Rémi Thebault (RTbo) <remi.thebault at gmail.com>,
+ Vasudev Kamath <kamathvasudev at gmail.com>
+Standards-Version: 3.9.6
+Vcs-Git: git://amonscm.debian.org/collab-maint/cdbs.git
+Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/cdbs.git
 
 Package: cdbs
 Architecture: all
diff --git a/debian/copyright_hints b/debian/copyright_hints
index ac62e5f..7f89350 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -102,9 +102,7 @@ Copyright: 2006, Peter Eisentraut <petere at debian.org>
 License: UNKNOWN
  FIXME
 
-Files: 1/class/docbookxml.mk.in
- 1/class/gnome.mk.in
- 1/class/hbuild.mk.in
+Files: 1/class/gnome.mk.in
  1/rules/simple-patchsys.mk.in
  test/hdparm.sh
  test/pbuilder-all.sh
@@ -116,6 +114,17 @@ Copyright: 2002, Colin Walters <walters at debian.org>
 License: GPL-2+
  FIXME
 
+Files: missing
+ test-driver
+ test/autotools/compile
+ test/autotools/depcomp
+ test/autotools/missing
+Copyright: 1996-2013, Free Software Foundation, Inc
+  1999-2013, Free Software Foundation, Inc
+  2011-2013, Free Software Foundation, Inc
+License: GPL-2+
+ FIXME
+
 Files: aclocal.m4
  configure
  test/Makefile.in
@@ -136,23 +145,11 @@ Copyright: 1992-1996, 1998-2012, Free Software Foundation, Inc
 License: UNKNOWN
  FIXME
 
-Files: missing
- test-driver
- test/autotools/depcomp
- test/autotools/missing
-Copyright: 1996-2013, Free Software Foundation, Inc
-  1999-2013, Free Software Foundation, Inc
-  2011-2013, Free Software Foundation, Inc
-License: GPL-2+
- FIXME
-
 Files: scripts/list-packages
  test/autotools/config.guess
  test/autotools/config.sub
-Copyright: 1992-1999
-  1992-1999,
+Copyright: 1992-1999,
   1992-2001
-  1992-2001,
   1997-2009
 License: GPL-2+
  FIXME
@@ -201,13 +198,21 @@ Copyright: 2003, Stefan Gybas <sgybas at debian.org>
 License: GPL-2+
  FIXME
 
+Files: test/distutils-12.sh
+ test/distutils-13.sh
+Copyright: 2014, Vasudev Kamath <kamathvasudev at gmail.com>
+License: GPL-2+
+ FIXME
+
 Files: scripts/cdbs-edit-patch
 Copyright: 2005, Martin Pitt <mpitt at debian.org>
 License: GPL-2
  FIXME
 
 Files: scripts/licensecheck2dep5
-Copyright: 
+Copyright: ", join($rfc822_list_delimiter, @ownerlines_unique), "\n";
+  2005-2012, Jonas Smedegaard <dr at jones.dk>
+  file format
 License: GPL-2+
  FIXME
 
@@ -216,11 +221,6 @@ Copyright: *No copyright*
 License: GPL-2+
  FIXME
 
-Files: 1/class/kde.mk.in
-Copyright: 2003, Christopher L Cheney <ccheney at debian.org>
-License: GPL-2+
- FIXME
-
 Files: 1/rules/dpatch.mk.in
 Copyright: 2002-2003, Colin Walters <walters at debian.org>
   2004, David B Harris <dbharris at eelf.ddts.net>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/cdbs.git



More information about the Reproducible-commits mailing list