Skip to content

Changelog libparse-yapp-perl (1.21-2)

2018

libparse-yapp-perl (1.21-2) unstable; urgency=medium

   * Team upload.
 
   [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.3 (no changes needed)
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-* headers for switch to salsa.debian.org
 
   [ Andrius Merkys ]
   * Adding patch sorting all values returned by keys() in order to produce
     deterministic output (Closes: #903979).
   * Adding a build time test case for deterministic output.
   * Adding build dependency on libtext-diff-perl for the reproducibility
     test.
   * Bumping compat to 11.
   * Declare conformance with Policy 4.1.5 (no changes needed).

2017

libparse-yapp-perl (1.21-1) unstable; urgency=medium

   * Team upload.
   * New upstream release.
   * Drop 2 patches which have been applied upstream.

libparse-yapp-perl (1.20-1) unstable; urgency=medium

   * Team upload.
 
   [ Ansgar Burchardt ]
   * Email change: Ansgar Burchardt -> ansgar@debian.org
   * debian/control: Convert Vcs-* fields to Git.
 
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
   [ gregor herrmann ]
   * Remove Jay Bonci from Uploaders. Thanks for your work!
   * Bump debhelper compatibility level to 9.
   * Mark package as autopkgtest-able.
     (LP: #1679328)
   * debian/watch: add uversionmangle to fix single-digit versions in
     upstream tarball.
 
   * Import upstream version 1.20.
     Fixes "Unescaped left brace in regex is deprecated"
     (Closes: #826487)
   * Refresh man-section.patch (fuzz).
   * Drop pod-errors.patch, applied upstream.
   * Drop spelling.patch, applied upstream.
   * Add patch to fix POD error (missing encoding directive).
   * Add patch to fix spelling mistakes in the POD.
   * debian/copyright: switch formatting to Copyright-Format 1.0, and
     update upstream copyright holders and years.
   * Declare compliance with Debian Policy 4.0.0.

2010

libparse-yapp-perl (1.05-12) unstable; urgency=low

   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * Remove debian/libparse-yapp-perl.docs, don't install README any more.
   * Remove unneeded debian/libparse-yapp-perl.install.
   * Revert POD changes in upstream code.
   * Split out changes to Makefile.PL into a patch.
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Ansgar Burchardt ]
   * Refresh rules for debhelper 7.
   * Convert debian/copyright to proposed machine-readable format.
   * Use source format 3.0 (quilt).
   * debian/control: Remove duplicate Section, Priority fields from binary
     package stanza.
   * debian/watch: Use extended regular expression to match upstream releases.
   * Correct POD syntax errors.
     + new patch: pod-errors.patch
   * Correct spelling errors pointed out by lintian.
     + new patch: spelling.patch
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.

2007

libparse-yapp-perl (1.05-11) unstable; urgency=low

   * Update debian/rules to use $(CURDIR) instead of $(PWD) (Closes: #390479)
   * Added check against the Makefile before running make clean for lintian

2006

libparse-yapp-perl (1.05-10) unstable; urgency=low

   * Spellchecked man page (Closes: #322108)
   * Policy version bump to 3.7.2.0 (No other changes)
   * Changed Build-Depends-Indep on debhelper to be Build-Depends

2005

libparse-yapp-perl (1.05-9) unstable; urgency=low

   * New maintainer (Closes: #313635)
   * Policy-version bump (no other changes)
   * Changed watchfile to be more universal. Also, enable uupdate
   * Gave more specific URL in copyright
   * Updated to use my standard rules template

2004

libparse-yapp-perl (1.05-8) unstable; urgency=low

   * lib/Parse/Yapp.pm: =items in documentation (closes: #263848)
   * debian/watch: added
   * yapp & lib/Parse/Yapp.pm: - as minus in manpages

2003

libparse-yapp-perl (1.05-7) unstable; urgency=low

   * New maintainer (closes: #210212)
   * Uploaded for Luk by Jaldhar H. Vyas <jaldhar@debian.org>

libparse-yapp-perl (1.05-6) unstable; urgency=low

   * debian/rules: moved debhelper compatibility level setting to
     'debian/compat' per latest debhelper best practices
   * debian/control: updated sections according to latest archive changes:
     - 'libparse-yapp-perl' from 'interpreters' to 'perl'
   * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)'
   * debian/control: upgraded to Debian Policy 3.6.0 (no changes)

2002

libparse-yapp-perl (1.05-5) unstable; urgency=low

   * debian/rules: added erroneously removed 'dh_testroot' to 'binary-indep'

libparse-yapp-perl (1.05-4) unstable; urgency=low

   * debian/rules: upgraded to debhelper v4
   * debian/control: changed build dependency on debhelper accordingly
   * debian/rules: migrated from 'dh_movefiles' to 'dh_install'
   * debian/rules: split off 'install' target from 'binary-indep' target
   * debian/copyright: added pointer to license

libparse-yapp-perl (1.05-3) unstable; urgency=low

   * debian/examples: added YappParse.yp per request of upstream author
     (thanks Francois Desarmenien <francois@fdesar.net>)

libparse-yapp-perl (1.05-2) unstable; urgency=low

   * debian/control: fixed small typo in short description
     (closes: Bug#130186)

2001

libparse-yapp-perl (1.05-1) unstable; urgency=low

   * New upstream release
   * debian/control: upgraded to Debian Policy 3.5.6

libparse-yapp-perl (1.04-3) unstable; urgency=low

   * debian/control: upgraded to Debian Policy 3.5.5
   * debian/control: upgraded to Debian Perl Policy 1.20

libparse-yapp-perl (1.04-2) unstable; urgency=low

   * debian/control: updated perl dependency

libparse-yapp-perl (1.04-1) unstable; urgency=low

   * New upstream release
   * debian/copyright: updated
   * debian/control: updated debhelper dependency to remove dh_testversion
   * debian/control: upgraded to Debian Policy 3.5.2
   * debian/control: upgraded to Debian Perl Policy 1.17
   * debian/rules: upgraded to Debian Perl Policy 1.17

libparse-yapp-perl (1.03-1) unstable; urgency=low

   * New upstream release

libparse-yapp-perl (1.02-2) unstable; urgency=low

   * debian/control: upgraded to Debian Policy 3.2.1
   * debian/rules: upgraded to debhelper v3

2000

libparse-yapp-perl (1.02-1) unstable; urgency=low

   * New upstream release
   * debian/control: updated short description
   * debian/control: updated long description
   * debian/control: upgraded to Debian Policy 3.1.1
   * debian/copyright: updated

1999

libparse-yapp-perl (1.00-1) unstable; urgency=low

   * Initial Release