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
|
libtree-dagnode-perl (1.31-1) unstable; urgency=medium
* Team upload.
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* Remove Jay Bonci from Uploaders. Thanks for your work!
[ Xavier Guimard ]
* New upstream release
* declare conformance with Policy 4.1.3 (no changes needed)
[ gregor herrmann ]
* Update build dependencies.
* Bump debhelper compatibility level to 10.
* Import upstream version 1.31.
* Update upstream licensing terms.
-- gregor herrmann <gregoa@debian.org> Wed, 14 Feb 2018 18:40:08 +0100
libtree-dagnode-perl (1.29-1) unstable; urgency=medium
* Team upload.
* Import upstream version 1.29
-- Lucas Kanashiro <kanashiro.duarte@gmail.com> Sat, 12 Mar 2016 14:02:42 -0300
libtree-dagnode-perl (1.27-2) unstable; urgency=medium
* Team upload.
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* Change order of alternative (build) dependencies.
* Declare compliance with Debian Policy 3.9.7.
-- gregor herrmann <gregoa@debian.org> Sun, 21 Feb 2016 19:38:25 +0100
libtree-dagnode-perl (1.27-1) unstable; urgency=medium
* Team upload.
[ Lucas Kanashiro ]
* Add debian/upstream/metadata
* Import upstream version 1.27
* Declare compliance with Debian policy 3.9.6
* Bump debhelper compatibility level to 9
* Remove libmodule-build-perl as build dependency
[ gregor herrmann ]
* Add build dependency on Test::More 1.001014.
* Add new upstream copyright notice.
-- Lucas Kanashiro <kanashiro.duarte@gmail.com> Fri, 14 Aug 2015 15:06:30 -0300
libtree-dagnode-perl (1.22-2) unstable; urgency=medium
* Team upload.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ Niko Tyni ]
* Declare the package autopkgtestable
* Add explicit build dependency on libmodule-build-perl
-- Niko Tyni <ntyni@debian.org> Fri, 05 Jun 2015 21:01:56 +0300
libtree-dagnode-perl (1.22-1) unstable; urgency=low
* Team upload.
* New upstream release.
* Change (build) dependency from File::Slurp to File::Slurp::Tiny.
* Declare compliance with Debian Policy 3.9.5.
* Strip trailing slash from metacpan URLs.
-- gregor herrmann <gregoa@debian.org> Mon, 03 Mar 2014 19:23:06 +0100
libtree-dagnode-perl (1.17-1) unstable; urgency=low
* Imported Upstream version 1.17
-- Xavier Guimard <x.guimard@free.fr> Tue, 17 Sep 2013 06:11:16 +0200
libtree-dagnode-perl (1.16-1) unstable; urgency=low
* Imported Upstream version 1.16
* Replace upstream contact by Ron Savage
* Require version 5.17.10 of perl to have File::Temp 0.23
* Remove libmodule-build-perl dependency
* Add libfile-slurp-perl in dependencies
-- Xavier Guimard <x.guimard@free.fr> Mon, 16 Sep 2013 06:03:56 +0200
libtree-dagnode-perl (1.12-1) unstable; urgency=low
* Imported Upstream version 1.12
-- Xavier Guimard <x.guimard@free.fr> Mon, 08 Jul 2013 06:16:38 +0200
libtree-dagnode-perl (1.11-1) unstable; urgency=low
[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
permitted by Debian Policy 3.8.3).
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Xavier Guimard ]
* Update debian/watch
* Imported Upstream version 1.11
* Update source format to 3.0 (quilt)
* Update debian/rules to use "dh $@"
* Bump debian/copyright format to 1.0
* Bump Standards-Version to 3.9.4
* Bump debhelper compatibility to 8
* Update description
-- Xavier Guimard <x.guimard@free.fr> Sun, 19 May 2013 19:49:56 +0200
libtree-dagnode-perl (1.06-1) 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.
* debian/rules: delete /usr/lib/perl5 only if it exists.
[ Rene Mayorga ]
* New upstream release
* debian/control
+ set Standards-version to 3.7.3 (no changes requiered)
+ change debhelper version to 6.0.0
+ Add Build-Depends and move debhelper to there
+ Add ${misc:Depends} to Depends
* debian/copyright: Add copyright note from upstream
* debian/docs removed
* debian/rules
+ use dh_listpackage to get the pacagke name
+ add build-stamp and install stamp
+ de-ignore ouput from make clean
+ remove un-used dh_calls
+ add make test
+ touch build/install-stamps
-- Roberto C. Sanchez <roberto@debian.org> Sun, 13 Jan 2008 22:31:32 -0500
libtree-dagnode-perl (1.05-1) unstable; urgency=low
* New upstream version
-- Jay Bonci <jaybonci@debian.org> Mon, 17 Jan 2005 00:19:52 -0500
libtree-dagnode-perl (1.04-2) unstable; urgency=low
* Adds debian/watch file so uscan will work
-- Jay Bonci <jaybonci@debian.org> Mon, 11 Oct 2004 03:25:43 -0400
libtree-dagnode-perl (1.04-1) unstable; urgency=low
* Initial Release. (Closes: #220287)
-- Jay Bonci <jaybonci@debian.org> Tue, 11 Nov 2003 17:25:37 -0500
|