[DRE-commits] r5593 - in tags/camping: . 2.0-2/debian

Paul van Tilburg paulvt at alioth.debian.org
Wed Jun 16 21:56:01 UTC 2010


Author: paulvt
Date: 2010-06-16 21:56:01 +0000 (Wed, 16 Jun 2010)
New Revision: 5593

Added:
   tags/camping/2.0-2/
   tags/camping/2.0-2/debian/changelog
   tags/camping/2.0-2/debian/control
Removed:
   tags/camping/2.0-2/debian/changelog
   tags/camping/2.0-2/debian/control
Log:
[svn-buildpackage] Tagging camping 2.0-2

Deleted: tags/camping/2.0-2/debian/changelog
===================================================================
--- trunk/camping/debian/changelog	2010-06-05 00:43:07 UTC (rev 5503)
+++ tags/camping/2.0-2/debian/changelog	2010-06-16 21:56:01 UTC (rev 5593)
@@ -1,72 +0,0 @@
-camping (2.0-1) unstable; urgency=low
-
-  * New upstream release.  
-  * Camping has been adopted by the community after _why's disappearance,
-    due to this, the main site and code was moved.
-  * debian/camping.1: added, manpage no longer provided by upstream.
-  * debian/control: 
-    - Bumped standards version to 3.8.4.
-    - Updated the depends, now depends on librack-ruby1.8 and no
-      longer depends on but recommends libmarkaby-ruby1.8.
-    - Dropped the recommend on rails now that it has been split up.
-    - Added libactiverecord-ruby1.8, mongrel and ${misc:Depends} to 
-      the recommends.
-  * debian/copyright: updated for the new download location.
-  * debian/docs: added to install the generated RDoc documentation.
-  * debian/patches/01_add-activerecord-activesupport-loadpath.diff:
-      dropped, since the rails split up the libraries are available
-      in $LOAD_PATH.
-  * debian/README.Debian: update the text to reflect that Camping now
-    not depends but just recommends active record and support.
-  * debian/rules: 
-    - Removed the manpage generation since the source is no
-      longer provided.
-    - Generate and install RDoc documentation.
-  * debian/watch: updated for the new location on Github.
-
- -- Paul van Tilburg <paulvt at debian.org>  Tue, 01 Jun 2010 22:14:14 +0200
-
-camping (1.5+svn242-1) unstable; urgency=low
-
-  * New Subversion snapshot (close to 1.6 release).
-  * Replaced 01_add-activesupport-loadpath patch by
-    01_add-activerecord-activesupport-loadpatch to add active_record too. 
-  * Bumped standards version to 3.7.3; no changes required. 
-  * debian/control:
-    - Added Vcs-* fields to debian/control.
-    - Changed depend on ruby into ruby1.8.
-
- -- Paul van Tilburg <paulvt at debian.org>  Mon, 31 Mar 2008 22:16:14 +0200
-
-camping (1.5+svn186-2) unstable; urgency=low
-
-  * First upload to Debian unstable.
-  * Make the Homepage pseudo-field a real field of the source package.
-  * No longer use the Uploaders rule; removed debian/control.in, updated
-    debian/rules.
-  * Adapted debian/rules to repack the man-page (via dh_manpages) after
-    * build to comply with the -z9 policy.
-
- -- Paul van Tilburg <paulvt at debian.org>  Sat, 03 Nov 2007 21:18:37 +0100
-
-camping (1.5+svn186-1) luon-sid; urgency=low
-
-  * Subversion snapshot that fixes several issues:
-    - When using X-Sendfile, a erroneous newline is no longer prepended
-      to the data.
-    - Small fastcgi fixes.
-    - Query string building added to R().
-  * Removed patch 02_webrick-typo since this has been fixed upstream.
-  * Changed both the build-depend and depend from ruby1.8 to ruby.
-
- -- Paul van Tilburg <paulvt at debian.org>  Tue, 20 Mar 2007 19:53:55 +0100
-
-camping (1.5-1) luon-sid; urgency=low
-
-  * Initial release. (Closes: #396891)
-  * Added patch 01_add-activesupport-loadpath to help Camping find
-    the active support library directory which is not in a standard location.
-  * Added patch 02_webrick-typo to fix a typo made in the WEBrick code
-    which emerges when serving static files.
-
- -- Paul van Tilburg <paulvt at debian.org>  Sat,  4 Nov 2006 22:08:29 +0100

Copied: tags/camping/2.0-2/debian/changelog (from rev 5592, trunk/camping/debian/changelog)
===================================================================
--- tags/camping/2.0-2/debian/changelog	                        (rev 0)
+++ tags/camping/2.0-2/debian/changelog	2010-06-16 21:56:01 UTC (rev 5593)
@@ -0,0 +1,83 @@
+camping (2.0-2) unstable; urgency=low
+
+  * Although activerecord is not needed for an Camping application, it is
+    used by the camping binary (camping/server) during development.
+  * debian/rules:
+    - The recommend on mongrel is not necessary, demoted to suggests.
+    - Replaced recommend on libactivesupport-ruby1.8 by the actually
+      intented libactiverecord-ruby1.8.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 16 Jun 2010 23:28:46 +0200
+
+camping (2.0-1) unstable; urgency=low
+
+  * New upstream release.  
+  * Camping has been adopted by the community after _why's disappearance,
+    due to this, the main site and code was moved.
+  * debian/camping.1: added, manpage no longer provided by upstream.
+  * debian/control: 
+    - Bumped standards version to 3.8.4.
+    - Updated the depends, now depends on librack-ruby1.8 and no
+      longer depends on but recommends libmarkaby-ruby1.8.
+    - Dropped the recommend on rails now that it has been split up.
+    - Added libactiverecord-ruby1.8, mongrel and ${misc:Depends} to 
+      the recommends.
+  * debian/copyright: updated for the new download location.
+  * debian/docs: added to install the generated RDoc documentation.
+  * debian/patches/01_add-activerecord-activesupport-loadpath.diff:
+      dropped, since the rails split up the libraries are available
+      in $LOAD_PATH.
+  * debian/README.Debian: update the text to reflect that Camping now
+    not depends but just recommends active record and support.
+  * debian/rules: 
+    - Removed the manpage generation since the source is no
+      longer provided.
+    - Generate and install RDoc documentation.
+  * debian/watch: updated for the new location on Github.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Tue, 01 Jun 2010 22:14:14 +0200
+
+camping (1.5+svn242-1) unstable; urgency=low
+
+  * New Subversion snapshot (close to 1.6 release).
+  * Replaced 01_add-activesupport-loadpath patch by
+    01_add-activerecord-activesupport-loadpatch to add active_record too. 
+  * Bumped standards version to 3.7.3; no changes required. 
+  * debian/control:
+    - Added Vcs-* fields to debian/control.
+    - Changed depend on ruby into ruby1.8.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Mon, 31 Mar 2008 22:16:14 +0200
+
+camping (1.5+svn186-2) unstable; urgency=low
+
+  * First upload to Debian unstable.
+  * Make the Homepage pseudo-field a real field of the source package.
+  * No longer use the Uploaders rule; removed debian/control.in, updated
+    debian/rules.
+  * Adapted debian/rules to repack the man-page (via dh_manpages) after
+    * build to comply with the -z9 policy.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sat, 03 Nov 2007 21:18:37 +0100
+
+camping (1.5+svn186-1) luon-sid; urgency=low
+
+  * Subversion snapshot that fixes several issues:
+    - When using X-Sendfile, a erroneous newline is no longer prepended
+      to the data.
+    - Small fastcgi fixes.
+    - Query string building added to R().
+  * Removed patch 02_webrick-typo since this has been fixed upstream.
+  * Changed both the build-depend and depend from ruby1.8 to ruby.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Tue, 20 Mar 2007 19:53:55 +0100
+
+camping (1.5-1) luon-sid; urgency=low
+
+  * Initial release. (Closes: #396891)
+  * Added patch 01_add-activesupport-loadpath to help Camping find
+    the active support library directory which is not in a standard location.
+  * Added patch 02_webrick-typo to fix a typo made in the WEBrick code
+    which emerges when serving static files.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sat,  4 Nov 2006 22:08:29 +0100

Deleted: tags/camping/2.0-2/debian/control
===================================================================
--- trunk/camping/debian/control	2010-06-05 00:43:07 UTC (rev 5503)
+++ tags/camping/2.0-2/debian/control	2010-06-16 21:56:01 UTC (rev 5593)
@@ -1,21 +0,0 @@
-Source: camping
-Section: web
-Priority: optional
-Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby
-Standards-Version: 3.8.4
-Homepage: http://camping.rubyforge.org/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/camping/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/camping/
-
-Package: camping
-Architecture: all
-Depends: ruby1.8, librack-ruby1.8, ${misc:Depends}
-Recommends: libactivesupport-ruby1.8, libsqlite3-ruby1.8 (>= 1.1.0.1), libmarkaby-ruby1.8, mongrel
-Description: small Ruby web framework for Model-View-Controller type applications
- Camping is a web framework which consistently stays at less than 4kb of
- code.  The idea here is to store a complete fledgling web application
- (written in Ruby) in a single file like many small CGIs, but to organize
- it as a Model-View-Controller application like Rails does.  You can then
- easily move it to Rails once you've got it going.

Copied: tags/camping/2.0-2/debian/control (from rev 5592, trunk/camping/debian/control)
===================================================================
--- tags/camping/2.0-2/debian/control	                        (rev 0)
+++ tags/camping/2.0-2/debian/control	2010-06-16 21:56:01 UTC (rev 5593)
@@ -0,0 +1,22 @@
+Source: camping
+Section: web
+Priority: optional
+Maintainer: Paul van Tilburg <paulvt at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby
+Standards-Version: 3.8.4
+Homepage: http://camping.rubyforge.org/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/camping/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/camping/
+
+Package: camping
+Architecture: all
+Depends: ruby1.8, librack-ruby1.8, ${misc:Depends}
+Recommends: libactiverecord-ruby1.8, libsqlite3-ruby1.8 (>= 1.1.0.1), libmarkaby-ruby1.8
+Suggests: mongrel
+Description: small Ruby web framework for Model-View-Controller type applications
+ Camping is a web framework which consistently stays at less than 4kb of
+ code.  The idea here is to store a complete fledgling web application
+ (written in Ruby) in a single file like many small CGIs, but to organize
+ it as a Model-View-Controller application like Rails does.  You can then
+ easily move it to Rails once you've got it going.




More information about the Pkg-ruby-extras-commits mailing list