| 1 |
camping (2.0-2) unstable; urgency=low
|
| 2 |
|
| 3 |
* Although activerecord is not needed for an Camping application, it is
|
| 4 |
used by the camping binary (camping/server) during development.
|
| 5 |
* debian/rules:
|
| 6 |
- The recommend on mongrel is not necessary, demoted to suggests.
|
| 7 |
- Replaced recommend on libactivesupport-ruby1.8 by the actually
|
| 8 |
intented libactiverecord-ruby1.8.
|
| 9 |
|
| 10 |
-- Paul van Tilburg <paulvt@debian.org> Wed, 16 Jun 2010 23:28:46 +0200
|
| 11 |
|
| 12 |
camping (2.0-1) unstable; urgency=low
|
| 13 |
|
| 14 |
* New upstream release.
|
| 15 |
* Camping has been adopted by the community after _why's disappearance,
|
| 16 |
due to this, the main site and code was moved.
|
| 17 |
* debian/camping.1: added, manpage no longer provided by upstream.
|
| 18 |
* debian/control:
|
| 19 |
- Bumped standards version to 3.8.4.
|
| 20 |
- Updated the depends, now depends on librack-ruby1.8 and no
|
| 21 |
longer depends on but recommends libmarkaby-ruby1.8.
|
| 22 |
- Dropped the recommend on rails now that it has been split up.
|
| 23 |
- Added libactiverecord-ruby1.8, mongrel and ${misc:Depends} to
|
| 24 |
the recommends.
|
| 25 |
* debian/copyright: updated for the new download location.
|
| 26 |
* debian/docs: added to install the generated RDoc documentation.
|
| 27 |
* debian/patches/01_add-activerecord-activesupport-loadpath.diff:
|
| 28 |
dropped, since the rails split up the libraries are available
|
| 29 |
in $LOAD_PATH.
|
| 30 |
* debian/README.Debian: update the text to reflect that Camping now
|
| 31 |
not depends but just recommends active record and support.
|
| 32 |
* debian/rules:
|
| 33 |
- Removed the manpage generation since the source is no
|
| 34 |
longer provided.
|
| 35 |
- Generate and install RDoc documentation.
|
| 36 |
* debian/watch: updated for the new location on Github.
|
| 37 |
|
| 38 |
-- Paul van Tilburg <paulvt@debian.org> Tue, 01 Jun 2010 22:14:14 +0200
|
| 39 |
|
| 40 |
camping (1.5+svn242-1) unstable; urgency=low
|
| 41 |
|
| 42 |
* New Subversion snapshot (close to 1.6 release).
|
| 43 |
* Replaced 01_add-activesupport-loadpath patch by
|
| 44 |
01_add-activerecord-activesupport-loadpatch to add active_record too.
|
| 45 |
* Bumped standards version to 3.7.3; no changes required.
|
| 46 |
* debian/control:
|
| 47 |
- Added Vcs-* fields to debian/control.
|
| 48 |
- Changed depend on ruby into ruby1.8.
|
| 49 |
|
| 50 |
-- Paul van Tilburg <paulvt@debian.org> Mon, 31 Mar 2008 22:16:14 +0200
|
| 51 |
|
| 52 |
camping (1.5+svn186-2) unstable; urgency=low
|
| 53 |
|
| 54 |
* First upload to Debian unstable.
|
| 55 |
* Make the Homepage pseudo-field a real field of the source package.
|
| 56 |
* No longer use the Uploaders rule; removed debian/control.in, updated
|
| 57 |
debian/rules.
|
| 58 |
* Adapted debian/rules to repack the man-page (via dh_manpages) after
|
| 59 |
* build to comply with the -z9 policy.
|
| 60 |
|
| 61 |
-- Paul van Tilburg <paulvt@debian.org> Sat, 03 Nov 2007 21:18:37 +0100
|
| 62 |
|
| 63 |
camping (1.5+svn186-1) luon-sid; urgency=low
|
| 64 |
|
| 65 |
* Subversion snapshot that fixes several issues:
|
| 66 |
- When using X-Sendfile, a erroneous newline is no longer prepended
|
| 67 |
to the data.
|
| 68 |
- Small fastcgi fixes.
|
| 69 |
- Query string building added to R().
|
| 70 |
* Removed patch 02_webrick-typo since this has been fixed upstream.
|
| 71 |
* Changed both the build-depend and depend from ruby1.8 to ruby.
|
| 72 |
|
| 73 |
-- Paul van Tilburg <paulvt@debian.org> Tue, 20 Mar 2007 19:53:55 +0100
|
| 74 |
|
| 75 |
camping (1.5-1) luon-sid; urgency=low
|
| 76 |
|
| 77 |
* Initial release. (Closes: #396891)
|
| 78 |
* Added patch 01_add-activesupport-loadpath to help Camping find
|
| 79 |
the active support library directory which is not in a standard location.
|
| 80 |
* Added patch 02_webrick-typo to fix a typo made in the WEBrick code
|
| 81 |
which emerges when serving static files.
|
| 82 |
|
| 83 |
-- Paul van Tilburg <paulvt@debian.org> Sat, 4 Nov 2006 22:08:29 +0100
|