Change logs for pyevolve source package in Sid

  • pyevolve (0.6+git20151103.589b6a9-2) unstable; urgency=medium
    
      [ Andreas Tille ]
      * Set Debian Science Team mailing list as Maintainer as per Debian
        Science policy
    
      [ Christian Kastner ]
      * Bump Standards-Version to 4.4.1 (no changes needed)
      * Add patch Fix-spelling-error.patch
    
     -- Christian Kastner <email address hidden>  Tue, 15 Oct 2019 15:47:22 +0200
  • pyevolve (0.6+git20151103.589b6a9-1) unstable; urgency=medium
    
      * New upstream version 0.6+git20151103.589b6a9
        - Upstream has moved from SourceForge to GitHub
      * Move Files-Excluded patterns from standalone file to d/copyright
      * Update d/watch to check GitHub HEAD
        - Upstream hasn't tagged or released yet
      * d/patches:
        - Refresh 0002-Fix-broken-example-12.patch
        - Add patch Switch-away-from-deprecated-sphinx-interface.patch
          Closes: #896625
      * d/tests: Rename ADTTMP to AUTOPKGTEST_TMP
      * d/control:
        - Point Vcs-* to Salsa
        - Switch Build-Depends from debhelper to debhelper-compat
        - Bump debhelper to compatibility level 12
        - Drop ancient X-Python-Version
        - Bump Standards-Version to 4.3.0
        - Add Rules-Requires-Root: no
          We don't need (fake)root for building the packages
        - Mark python-pyevolve-doc as Multi-Arch: foreign
          As per the Multiarch hinter's suggestion
        - Switch Build-Depends from python-sphinx to python3-sphinx
      * Remove now obsolete d/compat
      * gbp.conf:
        - Set pristine-tar and sign-tags options
          Drop upstream-tag option
          We got rid of the custom dfsg branch, everything is on upstream now
      * Get rid of patch numbers (also set that in gbp.conf)
      * d/source/lintian-overrides:
        - Add python-foo-but-no-python3-foo
          Upstream does not provide Python 3 packages
        - Drop debian-watch-may-check-gpg-signature
          Tag has ben re-classified as experimental
      * d/rules:
        - Use SOURCE_DATE_EPOCH instead of dpkg-parsechangelog
        - Drop override_dh_compress
          Examples are excluded in debhelper compatibility 12
      * doc-base: debhelper compat >= 11 installs documentation to main package
      * d/copyright:
        - Switch to https in Format field
        - Bump copyrights
    
     -- Christian Kastner <email address hidden>  Mon, 18 Feb 2019 21:54:45 +0100
  • pyevolve (0.6~rc1+svn398+dfsg-9) unstable; urgency=medium
    
      * d/control:
        - Bump Standards-Version to 3.9.8 (no changes needed)
    
     -- Christian Kastner <email address hidden>  Sun, 17 Apr 2016 16:36:55 +0200
  • pyevolve (0.6~rc1+svn398+dfsg-8) unstable; urgency=medium
    
      * d/control:
        - Bump Standards-Version to 3.9.7 (no changes needed)
        - Switch Maintainer email to my @debian.org address
        - Switch Vcs-Browser from gitweb to cgit
        - Vcs-* from insecure URIs to secure ones
    
     -- Christian Kastner <email address hidden>  Mon, 21 Mar 2016 16:52:28 +0100
  • pyevolve (0.6~rc1+svn398+dfsg-7) unstable; urgency=medium
    
      [ Juan Picca ]
      * debian/rules:
        - Make the build reproducible. Closes: #788403
    
      [ Christian Kastner ]
      * debian/control:
        - Bump Standards-Version to 3.9.6 (no changes needed)
        - Drop XS-Testsuite. dpkg now recognizes the Testsuite header, and
          dpkg-source automatically adds one when an autopkgtest suite is found.
        - Lower-case package synopsis
        - Remove trailing whitespace in package description
      * debian/copyright:
        - Avoid spaces in short license name
        - Bump copyright years
    
     -- Christian Kastner <email address hidden>  Tue, 07 Jul 2015 16:37:50 +0200
  • pyevolve (0.6~rc1+svn398+dfsg-6) unstable; urgency=medium
    
    
      * Migrate the git repo to the Debian Science section at git.debian.org
      * debian/control:
        - Update Vcs-* URLs to point to new location
      * debian/tests:
        - Fix syntax error in autopkgtest control file, preventing tests from being
          run properly.
    
     -- Christian Kastner <email address hidden>  Sun, 17 Aug 2014 22:37:45 +0200
  • pyevolve (0.6~rc1+svn398+dfsg-5) unstable; urgency=low
    
    
      * debian/tests:
        - Add missing dependency on python-pydot to "run-most-examples"
    
     -- Christian Kastner <email address hidden>  Sun, 10 Aug 2014 01:14:54 +0200
  • pyevolve (0.6~rc1+svn398+dfsg-4) unstable; urgency=low
    
    
      * debian/tests:
        - Define an autopkgtest "run-most-examples". Runs all of upstream's
          examples except for a very-long-running one, and one designed for visual
          output.
      * debian/control:
        - Add version (>= 1.0.7+dfsg-1~) to Build-Depends of python-sphinx
          (as recommended by pybuild wiki)
        - Add XS-Testsuite header for autopkgtest
      * debian/rules:
        - Switch to pybuild
        - Run autopkgtest after build against build result
    
     -- Christian Kastner <email address hidden>  Thu, 07 Aug 2014 23:53:53 +0200
  • pyevolve (0.6~rc1+svn398+dfsg-3) unstable; urgency=low
    
    
      * debian/control:
        - Bump Standards-Version to 3.9.5 (no changes needed)
        - Bump debhelper Build-Depends to (>= 9)
        - Bump python-all Build-Depends to (>= 2.6.6-3~)
        - python-pyevolve-doc: drop Recommends for libjs-jquery and add Depends for
          ${sphinxdoc:Depends}. sphinxdoc will add the right dependency
        - Add X-Python-Version with >= 2.6, thereby implicitly dropping support for
          Python 2.5 (it used to be supported in the now removed debian/pyversions).
        - Drop Build-Depends for python-support
        - Remove obsolete DM-Upload-Allowed field
      * debian/compat:
        - Bump debhelper compatibility level to 9
      * debian/rules:
        - Convert Python build helper from deprecated python-support to dh_python2
        - Build documentation using dh_sphinxdoc
        - Drop unnecessary cleaning, dh_sphinxdoc does it for us
      * debian/svn-orig-source.sh
        - Fix for relative path breakage
      * debian/pyversions:
        - Dropped (obsolete)
      * debian/copyright:
        - Update to machine-readable format v1.0
      * debian/source/lintian-overrides:
        - Add override for debian-watch-may-check-gpg-signature
      * debian/*.lintian-overrides:
        - Add overrides for no-upstream-changelog
      * debian/gbp.conf
        - Created (package is based on dfsg branch, not upstream)
    
     -- Christian Kastner <email address hidden>  Tue, 04 Mar 2014 11:15:12 +0100
  • pyevolve (0.6~rc1+svn398+dfsg-2) unstable; urgency=low
      [ Jakub Wilk ]  * Symlink jquery.js into the correct directory. Closes: #627359  [ Christian Kastner ]  * debian/svn-get-orig.sh:    - Added this script which creates an upstream tarball from an SVN revision  * debian/rules:    - Re-added get-orig-source target (via svn-get-orig.sh above)  [ Yaroslav Halchenko ]  * debian/control:    - Added DM-Upload-Allowed -- Christian Kastner <email address hidden>  Wed, 01 Jun 2011 02:01:23 +0200
  • pyevolve (0.6~rc1+svn398+dfsg-1) unstable; urgency=low
      * Upstream:    - Fast-forwarded one commit (to HEAD) so that the DFSG suffix can be      changed to from .dfsg to +dfsg, thereby resolving a lintian warning.  * debian/control:    - Bumped Standards-Version to 3.9.2 (changes required)  * debian/copyright:    - Include the full text of the BSD-3-clause license    - Refreshed DEP5-format to r173    - Added Disclaimer for the modifications made during DFSG-cleaning  * debian/dfsg.remove    - Added dfsg.remove, which contains a list of file patterns used during      the DFSG-cleaning process  * debian/rules:    - Removed broken get-orig-source target. It will be re-implemented in the      next upload using a generic helper script, which is currently under      development  * debian/watch:    - Rewrote versionmangle logic. Release qualifiers (eg: "beta") are now      uversionmangle; tags such as +dfsg continue to be dversionmangled  * debian/README:    - Split into package-specific READMEs for python-pyevolve and      python-pyevolve-doc -- Christian Kastner <email address hidden>  Thu, 07 Apr 2011 23:32:38 +0200
  • pyevolve (0.6~rc1+svn397.dfsg-1) unstable; urgency=low
    
    
      * Initial release (Closes: #580924)
      * debian/patches:
        - 0001-Use-documentation-template-from-0.5
        - 0002-Fix-broken-example-12
      * Upload sponsored by Yaroslav Halchenko <email address hidden>
    
     -- Christian Kastner <email address hidden>  Wed, 26 May 2010 22:32:46 +0200