1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
|
libdevel-repl-perl (1.003013-1) unstable; urgency=low
[ gregor herrmann ]
* Remove version from perl (build) dependency.
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* Email change: Salvatore Bonaccorso -> carnil@debian.org
* Imported Upstream version 1.003013
* Update format for debian/copyright file.
Update format to copyright-format 1.0 as released together with Debian
policy 3.9.3.
* Update copyright years for debian/* packaging
* Bump Debhelper compat level to 9.
Adjust versioned Build-Depends on debhelper to (>= 9).
* Simplify (build-)dependencies on versioned packages.
Make versioned (Build-)Depends(-Indep) on packages with version already
satisfied in Squeeze unversioned dependencies.
* Bump Standards-Version to 3.9.3
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 02 Jun 2012 23:33:55 +0200
libdevel-repl-perl (1.003012-1) unstable; urgency=low
* New upstream release
* Refresh debian/copyright: Refer to Debian systems.
* Bump Standards-Version to 3.9.1.
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Tue, 28 Sep 2010 20:44:52 +0200
libdevel-repl-perl (1.003011-1) unstable; urgency=low
* New upstream release
* Add myself to Uploaders.
* debian/control:
- Add alternative libterm-readline-perl-perl to
libterm-readline-gnu-perl in Recommends.
- Bump Build-Depends-Indep on perl to perl (>= 5.10.0).
- Reorder (Build-)Depends(-Indep) fields.
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Tue, 15 Jun 2010 21:54:29 +0200
libdevel-repl-perl (1.003010-1) unstable; urgency=low
* New upstream release.
* Move libdata-dumper-concise-perl from Recommends to Depends for
consistency.
* Update DEP3-style patch headers.
-- gregor herrmann <gregoa@debian.org> Sun, 23 May 2010 16:34:46 +0200
libdevel-repl-perl (1.003009-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Now requires Sys::SigAction per upstream
* Now recommends Data::Dumper::Concise for better output
* Removed Alexis Sukrieh from Uploaders (Closes: #536159)
* Standards-Version 3.8.4 (no changes)
* Drop unnecessary version dependencies satisfied in oldstable
* Rewrite control description
* Use new 3.0 (quilt) source format
[ Franck Joncourt ]
* Refreshed d.copyright to follow DEP5 guideline.
* Added headers to the patches (DEP3 guideline).
[ Ryan Niebur ]
* Update ryan52's email address
-- Jonathan Yu <jawnsy@cpan.org> Tue, 09 Mar 2010 10:25:29 -0500
libdevel-repl-perl (1.003007-1) unstable; urgency=low
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Ryan Niebur ]
* Debian Policy 3.8.2
* New upstream release
[ gregor herrmann ]
* Minimize debian/rules, bump debhelper and quilt build dependencies.
-- Ryan Niebur <ryanryan52@gmail.com> Thu, 02 Jul 2009 13:40:46 -0700
libdevel-repl-perl (1.003006-1) unstable; urgency=low
* New upstream release
* Debian Policy 3.8.1
* update (build-)deps
-- Ryan Niebur <ryanryan52@gmail.com> Fri, 10 Apr 2009 11:22:51 -0700
libdevel-repl-perl (1.003004-1) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
* New upstram release.
* Bump versioned (build) dependencies on libmoose-perl,
libmoosex-getopt-perl, libmoosex-object-pluggable-perl.
[ Ryan Niebur ]
* New upstream release
* add (build)dep on libmodule-refresh-perl, libfile-next-perl, libapp-
nopaste-perl, and libmoosex-attributehelpers-perl
* add myself to Uploaders
* install re.pl (Closes: #499128)
- add minimal man page
- lintian override for extension
* add whatis entry
- use quilt
[ gregor herrmann ]
* Add debian/README.source to document quilt usage, as required by
Debian Policy since 3.8.0.
* Install example script.
* debian/copyright: update formatting and contents.
* debian/control: extend long description.
-- Ryan Niebur <ryanryan52@gmail.com> Sun, 08 Mar 2009 22:49:48 -0700
libdevel-repl-perl (1.002001-3) unstable; urgency=low
* Add Recommends: libterm-readline-gnu-perl to debian/control, thanks to
Christine Spang for the suggestion (closes: #493763).
* debian/copyright: wrap long line and add information about files
under inc/.
* Set Standards-Version to 3.8.0.
* debian/control: change my email address.
* Remove patch that was needed for older libmoose-perl versions and breaks
re.pl with newer ones; make the (build) dependency on libmoose-perl
versioned instead. Remove quilt framework. Closes: #499150
* Set debhelper compatibility level to 7; adapt
debian/{control,compat,rules}.
-- gregor herrmann <gregoa@debian.org> Tue, 16 Sep 2008 18:14:02 +0200
libdevel-repl-perl (1.002001-2) unstable; urgency=low
* Add libscope-guard-perl to runtime and build dependencies
(closes: #471632).
* Add libtask-weaken-perl, libb-keywords-perl, libppi-perl to runtime and
build dependencies, as per upstream requirements.
* debian/copyright: add more files to list of additional copyright
holders.
* debian/rules:
- let install-stamp target depend on build-stamp
- use $@ for touching stamp files
* Add /me to Uploaders.
-- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 19 Mar 2008 13:34:18 +0100
libdevel-repl-perl (1.002001-1) unstable; urgency=low
* New upstream release.
* debian/patches/alias-method: Remove part of patch included upstream.
-- Roberto C. Sanchez <roberto@debian.org> Sun, 16 Mar 2008 00:16:29 -0400
libdevel-repl-perl (1.001000-4) unstable; urgency=low
[ Alexis Sukrieh ]
* Fixing lib/Devel/REPL/Plugin/Commands.pm for Moose-0.34 compat
(debian/patches/alias-method).
-- Alexis Sukrieh <sukria@debian.org> Sun, 24 Feb 2008 16:21:56 +0100
libdevel-repl-perl (1.001000-3) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
* debian/rules: delete /usr/lib/perl5 only if it exists.
[ Niko Tyni ]
* Manage debian/patches with quilt.
+ alias-method: fix FTBFS due to libmoose-perl upgrade. (Closes: #465626)
* Don't ship an empty /usr/bin directory.
* Upgrade to Standards-Version 3.7.3. No changes needed.
* Remove perl-modules from the build-dependencies, as it's Build-Essential.
* Update and reformat debian/copyright.
* Point debian/watch to http://search.cpan.org/dist/Devel-REPL/ .
* Depend on ${perl:Depends} instead of hardcoding perl-modules.
-- Niko Tyni <ntyni@debian.org> Wed, 13 Feb 2008 21:45:56 +0200
libdevel-repl-perl (1.001000-2) unstable; urgency=low
* Added debian/watch file
* Added upstream URL to debian/copyright
* Added PERL_AUTOINSTALL=--skip to perl Makefile.PL call
* Drop unneeded OPTIMIZE="...', dh_link and dh_strip
* Moved dh_clean $stamp-files before realclean
* Move testsuite from install to build target
* Added myself to Uploaders
* Moved most of B-D to B-D-I
-- Damyan Ivanov <dmn@debian.org> Wed, 19 Sep 2007 09:34:48 +0300
libdevel-repl-perl (1.001000-1) unstable; urgency=low
* Initial Release (closes: 438485).
-- Alexis Sukrieh <sukria@debian.org> Sun, 19 Aug 2007 13:09:11 +0200
|