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 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383
|
pastebinit (1.5.1-1) unstable; urgency=medium
* New upstream release.
- Fix the URL in the manpage (Closes: #822636, LP: #1574849).
- Add German translations (Closes: #886026).
- Remove cxg.de and lpaste.net (Closes: #915901).
- Remove both patches as they were applied upstream.
* Update to the new pastebinit home in debian/control.
* Update the watch file for the new upstream location.
* Bump Standards-version to 4.4.0, no changes needed.
-- Simon Quigley <tsimonq2@debian.org> Sat, 03 Aug 2019 00:48:40 -0500
pastebinit (1.5-3) unstable; urgency=medium
* Salvage the package (Closes: #927231).
* Update Vcs to reflect the move to Salsa.
* Run wrap-and-sort.
* Fix typo in a patch description.
* Update Standards-version to 4.3.0, no changes needed.
* Fix trailing whitespace.
* Bump debhelper compat to 12, no changes needed.
* Update the copyright file to be DEP-5 compliant.
-- Simon Quigley <tsimonq2@debian.org> Tue, 23 Jul 2019 16:31:11 -0500
pastebinit (1.5-2.3) unstable; urgency=medium
[ Gianfranco Costamagna ]
* Non-maintainer upload.
* This is a fixup upload of the previous NMU
[ Unit 193 ]
* 0002-update-urlopen-usage.patch:
- Update to account for json pastebin services.
-- Unit 193 <unit193@ubuntu.com> Sat, 06 Jul 2019 19:35:41 -0400
pastebinit (1.5-2.2) unstable; urgency=medium
* Non-maintainer upload.
* Depend on python3-distro, which was forgotten in the last upload.
-- Simon Quigley <tsimonq2@debian.org> Fri, 19 Apr 2019 21:05:19 -0500
pastebinit (1.5-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix deprecation warnings under Python 3.6 and 3.7 (Closes: #916372).
- Thanks to Antonio Terceiro for the patches!
-- Simon Quigley <tsimonq2@debian.org> Fri, 12 Apr 2019 18:10:40 -0500
pastebinit (1.5-2) unstable; urgency=medium
* control:
- update VCS URIs to point to github
- update Debian Standard to 4.1.4
* copyright: update to 2018
-- Rolf Leggewie <foss@rolf.leggewie.biz> Sun, 15 Apr 2018 23:38:02 +0800
pastebinit (1.5-1) unstable; urgency=medium
* new upstream release
- add https support. Closes: #799580, closes: #708206.
- add support for hidden pastes. Closes: #670485.
- correct mistake in README. LP: #1446433
* drop all Debian patches since they were applied upstream
* control: update to Debian standard 3.9.7
* copyright: update copyright to 2016
-- Rolf Leggewie <foss@rolf.leggewie.biz> Tue, 01 Mar 2016 20:18:36 +0800
pastebinit (1.4-6) unstable; urgency=medium
[ Alberto Fuentes ]
* patches: fix format line in slexy.org configuration. Closes: #743394
-- Rolf Leggewie <foss@rolf.leggewie.biz> Tue, 05 Jan 2016 20:22:00 +0800
pastebinit (1.4-5) UNRELEASED; urgency=medium
[ Bart Martens ]
* watch: make the syntax more robust
[ Rolf Leggewie ]
* control:
- drop now-obsolete recommendation for lsb-release package
- update to standard 3.9.6. No further changes.
* add script to help with collection of bug triage information
-- Rolf Leggewie <foss@rolf.leggewie.biz> Sat, 17 Oct 2015 14:12:03 +0800
pastebinit (1.4-4) unstable; urgency=medium
[ Andrew Starr-Bochicchio ]
* detect_distro_with_python3.patch: Use platform instead of
lsb_release to detect the distro as lsb_release is not
available under Python 3 (Closes: #760341). pastebinit
will now default again to using paste.debian.net on Debian
(Closes: #778336).
-- Rolf Leggewie <foss@rolf.leggewie.biz> Tue, 17 Feb 2015 11:35:07 +0800
pastebinit (1.4-3) unstable; urgency=low
* bump debhelper to version 9
* control: drop some obsolete python options
-- Rolf Leggewie <foss@rolf.leggewie.biz> Sat, 08 Feb 2014 00:43:27 +0800
pastebinit (1.4-2) unstable; urgency=low
* patches:
~ update upstream to r205. Fix unicode problem. LP: #1270359
This essentially gives us upstream release 1.4.1
~ increase timeout to 15s to account for bad networks
* watch: only check for 2-level (major.minor) upstream releases
* drop preinst script as obsolete
-- Rolf Leggewie <foss@rolf.leggewie.biz> Sat, 18 Jan 2014 14:12:37 +0800
pastebinit (1.4-1) unstable; urgency=low
[ Bart Martens ]
* update watch file
[ Rolf Leggewie ]
* new upstream release 1.4
- upstream bugfixes
~ crash in create_connection(). LP: #1032221
~ point shebang to python3. LP: #988468
~ allow calling pastebin by basename. Closes: #705979, LP: #977331
~ allow pasting several files at once. Closes: #662242
- control: bump python to python3 in run-time dependencies
remove python-configobj from run-time dependencies
- drop all debian-patches as obsolete
* control:
- drop obsolete DMUA field
- update to standard version 3.9.5. No further changes.
* copyright: update upstream and my copyright to 2014
-- Rolf Leggewie <foss@rolf.leggewie.biz> Fri, 17 Jan 2014 17:32:21 +0800
pastebinit (1.3-4) unstable; urgency=low
[ Stéphane Graber ]
* backport new pastebin.com config from 1.3.1. Closes: 673311,LP: #996242
[ Rolf Leggewie ]
* debian/control: add python-support to build-depends
* debian/pastebinit.preinst: use set -e rather than shebang equivalent
* reinstate pastebin.com as default pastebin
-- Rolf Leggewie <foss@rolf.leggewie.biz> Wed, 13 Jun 2012 12:04:36 +0800
pastebinit (1.3-3) unstable; urgency=low
* debian/control:
- use Breaks instead of Conflicts for the bikeshed package
- bump to standard 3.9.3, no further changes
- recommend the lsb-release package
* move to dh7 rules.tiny for the build process. Closes: #616933
* replace pastebin.com with paste.debian.net as default pastebin
until the breakage from their API change has been fixed upstream
-- Rolf Leggewie <foss@rolf.leggewie.biz> Sun, 20 May 2012 12:30:42 +0800
pastebinit (1.3-2) unstable; urgency=low
* ship some contrib scripts from Dustin Kirkland's bikeshed project
* debian/control: bump build-time dependency to debhelper >= 7
* debian/control: use dh_prep instead of dh_clean -k
-- Rolf Leggewie <foss@rolf.leggewie.biz> Fri, 17 Feb 2012 03:43:32 +0800
pastebinit (1.3-1) unstable; urgency=low
* New upstream release 1.3
- added support for paste.pound-python.org. Closes: #633072
- added support for format option on paste.debian.net. Closes: #624592
- improved feedback on site errors. Closes: #614072
- properly document default pastebin as distro-specific. LP: #755997
- properly name config file for pb.daviey.com. LP: #809371
* debian/compat: bump to version 7
* debian/copyright: update my copyright claim to 2012
* debian/rules: add dummy build-arch and build-indep target
not moving to dh_python2. If the python maintainer does not care enough
to fix LP 788524 why should I?
-- Rolf Leggewie <foss@rolf.leggewie.biz> Thu, 16 Feb 2012 22:43:30 +0800
pastebinit (1.2-4) unstable; urgency=low
* debian/pastebinit.preinst: add #DEBHELPER# token to script
-- Rolf Leggewie <foss@rolf.leggewie.biz> Sat, 16 Jul 2011 15:58:04 +0900
pastebinit (1.2-3) unstable; urgency=low
* update to latest Debian policy and release to unstable pocket
(no further changes necessary)
-- Rolf Leggewie <foss@rolf.leggewie.biz> Mon, 04 Jul 2011 09:48:21 +0900
pastebinit (1.2-2) experimental; urgency=low
* new upstream release
- drop all current patches as they have been pushed upstream
- lots of fixed bugs:
+ document -f FORMAT option. LP: #614873, Closes: #562827
+ document the config file and its format. LP: #435303, Closes #574661
+ add support for paste.kde.org. LP: #700644, Closes: #608264
+ honor pastebin definitions from ~/.pastebin.d/. LP: #701039
* install pastebin definitions to /usr/share/ instead of /etc. LP: #621923
* ship upstream README file in package
* debian/copyright: update my copyright
-- Rolf Leggewie <foss@rolf.leggewie.biz> Mon, 31 Jan 2011 07:51:54 +0800
pastebinit (1.1-3) experimental; urgency=low
* 30-lsb.patch: set default pastebin according to OS (LP: #648298)
patch courtesy of Mario Limonciello
* update to Debian standard 3.9.1
-- Rolf Leggewie <foss@rolf.leggewie.biz> Tue, 26 Oct 2010 03:12:07 +0900
pastebinit (1.1-2) unstable; urgency=low
* debian/copyright: update to latest status
* debian/patches/10-drop_rafb.net.patch: EOL rafb.net support
* debian/patches/20-set_sensible_expiry.patch: expire pastebins (LP: #580816)
-- Rolf Leggewie <foss@rolf.leggewie.biz> Sat, 15 May 2010 18:36:44 +0900
pastebinit (1.1-1) unstable; urgency=low
* new upstream release (Closes: #572728)
* update to Standard 3.8.4
* add ${misc:Depends} to run-time dependencies (no real changes expected)
* move to DebSrc3.0 format
* maintain packaging information in git rather than bzr from now on
-- Rolf Leggewie <foss@rolf.leggewie.biz> Mon, 19 Apr 2010 04:58:36 +0900
pastebinit (0.11.2-1) unstable; urgency=low
* push back new upstream release from Ubuntu Jaunty. (Closes: #519879)
* fix parsing of config file. (Closes: #524422)
* properly read from stdin. (Closes: #532504)
* update to 3.8.2 standard. No changes necessary.
* update watch file
* allow uploads by Debian Maintainers
-- Rolf Leggewie <foss@rolf.leggewie.biz> Wed, 22 Jul 2009 03:15:22 +0200
pastebinit (0.11.2-0ubuntu1) jaunty; urgency=low
* new bugfix release (0.11.2)
* Fix typo in manpage causing FTBFS
-- Stéphane Graber <stgraber@ubuntu.com> Tue, 10 Mar 2009 01:25:02 -0400
pastebinit (0.11.1-0ubuntu1) jaunty; urgency=low
* new bugfix release (0.11.1)
* Update translations
* Fix pastebinit bugs as reported on Launchpad.
* Disable 1t2.us as it no longer works.
* Disable all options specifc to 1t2.us (commented out).
* Fix remainning pastebins.
* Update manpage. (LP: #157082)
* Merge fix from Spiro Harvey (LP: #312456)
* Change pastebinit's default behavior to reading from stdin (Thanks fta)
* Code cleanup
-- Stéphane Graber <stgraber@ubuntu.com> Tue, 10 Mar 2009 01:05:36 -0400
pastebinit (0.11-2) unstable; urgency=low
* rebuild for unstable after lenny release
-- Rolf Leggewie <foss@rolf.leggewie.biz> Tue, 17 Feb 2009 16:44:15 +0900
pastebinit (0.11-1) experimental; urgency=low
* new upstream release. Closes: #510075
* add support for paste.debian.net (among others). Closes: #483381. Fixes LP: #236041
* add German translation (among others). Closes: #493989
-- Rolf Leggewie <foss@rolf.leggewie.biz> Tue, 30 Dec 2008 15:47:03 +0100
pastebinit (0.10-1) unstable; urgency=low
* initial debian release. backpush from ubuntu. Closes: #425226
* apply the packaging cleanup from Julian Andreas Klode. Fixes LP: #225676
* remove *.mo in dh_clean so that "debuild;debuild" succeeds
* use python-central to help with packaging
-- Rolf Leggewie <foss@rolf.leggewie.biz> Thu, 15 May 2008 00:35:18 +0200
pastebinit (0.10-0ubuntu1) intrepid; urgency=low
* New upstream release (0.10) (LP: #229589)
* http://yourpaste.net now supported (LP: #193352)
* fixing wrong manpage (LP: #157082)
* fixing typo "catched" > "caught" (LP: #219185)
* debian/control: using Homepage field, not pseudo-one.
* pastebinit: better handling of command-line passed pastebins
[ Fabien Tassin ]
* Add Vcs-Bzr to debian/control
* Fix -a in Usage()
* http://paste.ubuntu.com now supported
* http://pastebin.mozilla.org now supported
[ Stéphane Graber ]
* Changed Homepage field to LP
* http://paste.stgraber.org supported again
* http://paste.f-box.org supported again
* http://1t2.us supported again
-- Stéphane Graber <stgraber@ubuntu.com> Mon, 12 May 2008 16:47:12 +0200
pastebinit (0.9-0ubuntu1) hardy; urgency=low
* New upstream release (0.9)
* LP #137648 - Control file updated
* LP #115467 - http://rafb.net/paste now supported
* LP #184276 - http://pastebin.archlinux.org now supported (Thanks to
Sashi)
* LP #184282 - -i parameter now optional (Thanks to Xilon)
* LP #185508 - Change default pastebin to pastebin.com
* Add a "page" parameter to specify a custom destination page
* Use cleaner code to handle "regexp" and "page" parameters
* Update manpage
* Update packaging to 3.7.3
* Update the control file according to manpage
* Change maintainer field to MOTU
-- Stéphane Graber <stgraber@ubuntu.com> Mon, 28 Jan 2008 22:24:42 +0100
pastebinit (0.8.2-0ubuntu1) gutsy; urgency=low
* New upstream version
- Implement gettext localization (David Paleino) (LP: #119723)
- Normal kill now works (David Paleino) (LP: #119273)
- Added XML-generated manpage from Debian package (David Paleino)
-- Stéphane Graber <stgraber@ubuntu.com> Sat, 07 Jul 2007 17:31:40 +0200
pastebinit (0.8-0ubuntu1) gutsy; urgency=low
* New version upstream
- Add 1t2.us pastebin support (Daniel Bartlett)
- New parameters system (Daniel Bartlett)
- Redirection support (Daniel Bartlett)
- Pipe content detection (Stéphane Graber)
- Title, format, user and password support (Daniel Bartlett)
- Updated manpage (Stéphane Graber)
- New regexp (Daniel Bartlett)
-- Stéphane Graber <stgraber@stgraber.org> Thu, 26 Apr 2007 14:05:31 +0200
pastebinit (0.6-0ubuntu1) feisty; urgency=low
* New version upstream
- Add a COPYING file
- remove paste.ubuntu-nl.org because of the anti-spam javascript
- change the default Pastebin
- add two pastebins
- add support of regexp
-- Stéphane Graber <stgraber@stgraber.org> Thu, 07 Dec 2006 20:58:31 +0100
pastebinit (0.5-0ubuntu1) feisty; urgency=low
* Initial release
-- Stéphane Graber <stgraber@stgraber.org> Tue, 28 Nov 2006 19:32:40 +0100
|