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
|
pnopaste (1.8-1) unstable; urgency=medium
* New upstream release.
- Added patch from Tomas Pospisek to use Proxy settings from the
environment.
Closes: #975632
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 08 Feb 2021 14:54:36 +0100
pnopaste (1.7-4) unstable; urgency=medium
* Adjust lintian overrides.
* Bump Standards-Version to 4.5.1.
* Bump debhelper-compat to level 13.
* Update debian/watch file standard to version 4.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 19 Nov 2020 15:00:01 +0100
pnopaste (1.7-3) unstable; urgency=medium
* Bump Standards-Version to 4.5.0.
* Use the new debhelper-compat notation, and drop the d/compat file.
* Adjust source lintian-overrides.
* Set Rules-Requires-Root: no.
* Add systemd timer and service file.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 23 Jan 2020 16:33:12 +0100
pnopaste (1.7-2) unstable; urgency=medium
* Bump Standards-Version to 4.4.0.
* Add the word server to the long description.
Closes: #939443
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 18 Sep 2019 10:32:52 +0200
pnopaste (1.7-1) unstable; urgency=medium
* New upstream release.
- Fixes VARCHAR() field so that also IPv6 addresses could be stored.
* Bump Standards-Version to 4.3.0.
* Bump debian/compat to level 12.
* Move source.lintian-overrides file to source directory and fix deprecated
lintian tag name.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 28 Feb 2019 11:07:51 +0100
pnopaste (1.6-2) unstable; urgency=medium
* Bump debian/compat to level 10.
* Bump Standards-Version to 4.0.0 (no changes required).
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 27 Jul 2017 15:46:12 +0200
pnopaste (1.6-1) unstable; urgency=medium
* New upstream release.
- Convert code field to mediumtext.
Closes: #827803
* Bump Standards-Version to 3.9.8 (no changes required).
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 21 Oct 2016 22:07:16 +0200
pnopaste (1.5-3) unstable; urgency=medium
* Bump Standards-Version to 3.9.6 (no changes needed).
* Add dependency on libcgi-pm-perl.
* Update to DEP5 debian/copyright format.
* Overwrite lintian warning about missing GPG signature.
* Overwrrite false positive command-with-path-in-maintainer-script lintian
warning.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 29 Jul 2015 21:17:50 +0200
pnopaste (1.5-2) unstable; urgency=low
* Add db_stop to postinst.
Closes: #728241
* Bump Standards-Version to 3.9.5 (no changes needed).
* Don't explicitly request xz compression - dpkg 1.17 does this by default.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 08 Nov 2013 13:05:26 +0100
pnopaste (1.5-1) unstable; urgency=low
* New upstream release.
- Remove merged patch 03-empty-geoip-answer.
- Remove merged patch 04-amp-escape.
- Remove merged patch 05-apache2-deprecated-auth-config.
* Depend on correct virtual package httpd.
Closes: #726523
* Update debian/copyright.
* Enable Apache cgid module.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 25 Oct 2013 13:18:10 +0200
pnopaste (1.4-8) unstable; urgency=low
* Remove option Indexes from Apache configuration.
* Remove whitespaces from shebangs.
* Remove README.Debian. The information are deprecated with using
apache2-maintscript-helper.
* Add patch 05-apache2-deprecated-auth-config to fix lintian warning
apache2-deprecated-auth-config.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 05 Sep 2013 11:01:17 +0200
pnopaste (1.4-7) unstable; urgency=low
* Uploading to unstable.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 06 May 2013 09:42:06 +0200
pnopaste (1.4-6) experimental; urgency=low
* Bump Standards-Version to 3.9.4 (no changes needed).
* Convert package from cdbs to debhelper and also bump compat level to 9.
* Switch to xz compression and add a Pre-Depends on dpkg.
* Transition to Apache 2.4 packaging.
Closes: #669838
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 20 Dec 2012 10:13:11 +0100
pnopaste (1.4-5) unstable; urgency=low
* Bump Standards-Version to 3.9.3 (no changes needed).
* Wrap all debian/control fields.
* Set dbc_first_version.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 06 Apr 2012 20:51:38 +0200
pnopaste (1.4-4) unstable; urgency=low
* Bump Standards-Version to 3.9.2 (no changes needed).
* Wrap build dependencies.
* Limit Depends line to 80 chars.
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 30 Apr 2011 17:21:52 +0200
pnopaste (1.4-3) unstable; urgency=low
* Pass --debconf-ok to ucf.
* Bump Standards-Version to 3.9.1 (no changes needed).
* Only execute ucf in postrm, if it is available.
* Add patch from 04-amp-escape from Harri Porten <porten@froglogic.com>, to
fix a missing amp escape in HTML.
Closes: #606710
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 06 Feb 2011 20:24:29 +0100
pnopaste (1.4-2) unstable; urgency=low
* Add upstream patch 03-empty-geoip-answer.diff, which ensures that pnopaste
sets the default language english instead of writing Perl warnings to the
webservers error log, if GeoIP does not return a country flag.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 17 Aug 2010 20:46:41 +0200
pnopaste (1.4-1) unstable; urgency=low
* New upstream release.
- Adjust debian/copyright.
* Bump Standards-Version to 3.8.4 (no changes needed).
* Convert package to the 3.0 (quilt) format.
* Execute the expired_delete.pl cronjob as user www-data, because nobody
does not have the rights to read the debiandb.pm file.
Closes: #582764
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 23 May 2010 20:59:28 +0200
pnopaste (1.3-2) unstable; urgency=low
* Bump Standards-Version to 3.8.3 (no changes needed).
* Remove Bjoern Boschman from uploaders.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 07 Sep 2009 12:52:28 +0200
pnopaste (1.3-1) unstable; urgency=low
* New upstream release.
- Add 02-fix-libdir-expired.patch which makes expired_delete.pl working.
* Bump Standards-Version to 3.8.2 (no changes needed).
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 05 Aug 2009 19:01:23 +0200
pnopaste (1.2-3) unstable; urgency=low
* Improve the packages short- and long-description. Much thanks to
Michael Ziegler.
Closes: #529199
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 29 May 2009 22:14:51 +0200
pnopaste (1.2-2) unstable; urgency=low
* Change my email address.
* Remove DM-Upload-Allowed control field.
* Refer in debian/copyright to the GPL-2 file instead of GPL.
This fixes the lintian warning copyright-refers-to-symlink-license.
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 17 May 2009 09:47:26 +0200
pnopaste (1.2-1) unstable; urgency=low
* Initial release.
Closes: #506983
-- Patrick Matthäi <patrick.matthaei@web.de> Wed, 15 Apr 2009 13:51:48 +0200
|