[DRE-commits] r5479 - in tags/camping: . 2.0-1/debian 2.0-1/debian/patches

Paul van Tilburg paulvt at alioth.debian.org
Tue Jun 1 20:25:35 UTC 2010


Author: paulvt
Date: 2010-06-01 20:25:34 +0000 (Tue, 01 Jun 2010)
New Revision: 5479

Added:
   tags/camping/2.0-1/
   tags/camping/2.0-1/debian/changelog
   tags/camping/2.0-1/debian/control
   tags/camping/2.0-1/debian/docs
   tags/camping/2.0-1/debian/rules
Removed:
   tags/camping/2.0-1/debian/changelog
   tags/camping/2.0-1/debian/control
   tags/camping/2.0-1/debian/patches/01_add-activerecord-activesupport-loadpath.diff
   tags/camping/2.0-1/debian/rules
Log:
[svn-buildpackage] Tagging camping 2.0-1

Deleted: tags/camping/2.0-1/debian/changelog
===================================================================
--- trunk/camping/debian/changelog	2010-06-01 10:22:53 UTC (rev 5476)
+++ tags/camping/2.0-1/debian/changelog	2010-06-01 20:25:34 UTC (rev 5479)
@@ -1,67 +0,0 @@
-camping (2.0-1) UNRELEASED; 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 and rails.
-    - Added mongrel and ${misc:Depends} to the recommends.
-  * debian/copyright: updated for the new download location.
-  * debian/patches/01_add-activerecord-activesupport-loadpath.diff:
-    updated for current upstream, patch lib/camping/ar.rb instead
-    of bin/camping.
-  * 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.
-  * debian/watch: updated for the new location on github.
-
- -- Paul van Tilburg <paulvt at debian.org>  Sun, 16 May 2010 19:52:27 +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-1/debian/changelog (from rev 5478, trunk/camping/debian/changelog)
===================================================================
--- tags/camping/2.0-1/debian/changelog	                        (rev 0)
+++ tags/camping/2.0-1/debian/changelog	2010-06-01 20:25:34 UTC (rev 5479)
@@ -0,0 +1,72 @@
+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-1/debian/control
===================================================================
--- trunk/camping/debian/control	2010-06-01 10:22:53 UTC (rev 5476)
+++ tags/camping/2.0-1/debian/control	2010-06-01 20:25:34 UTC (rev 5479)
@@ -1,22 +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: rails, libsqlite3-ruby1.8 (>= 1.1.0.1), libmarkaby-ruby1.8, mongrel
-Suggests: libfcgi-ruby1.8
-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-1/debian/control (from rev 5477, trunk/camping/debian/control)
===================================================================
--- tags/camping/2.0-1/debian/control	                        (rev 0)
+++ tags/camping/2.0-1/debian/control	2010-06-01 20:25:34 UTC (rev 5479)
@@ -0,0 +1,21 @@
+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-1/debian/docs (from rev 5477, trunk/camping/debian/docs)
===================================================================
--- tags/camping/2.0-1/debian/docs	                        (rev 0)
+++ tags/camping/2.0-1/debian/docs	2010-06-01 20:25:34 UTC (rev 5479)
@@ -0,0 +1 @@
+doc/rdoc

Deleted: tags/camping/2.0-1/debian/patches/01_add-activerecord-activesupport-loadpath.diff
===================================================================
--- trunk/camping/debian/patches/01_add-activerecord-activesupport-loadpath.diff	2010-06-01 10:22:53 UTC (rev 5476)
+++ tags/camping/2.0-1/debian/patches/01_add-activerecord-activesupport-loadpath.diff	2010-06-01 20:25:34 UTC (rev 5479)
@@ -1,15 +0,0 @@
-diff --git a/lib/camping/ar.rb b/lib/camping/ar.rb
-index b6d1f1d..cf12ba6 100644
---- a/lib/camping/ar.rb
-+++ b/lib/camping/ar.rb
-@@ -1,6 +1,10 @@
- class MissingLibrary < Exception #:nodoc: all
- end
- begin
-+    # Add active_record and active_support paths in Rails package since this is
-+    # not in a standard location.
-+    $LOAD_PATH.unshift "/usr/share/rails/activerecord/lib"
-+    $LOAD_PATH.unshift "/usr/share/rails/activesupport/lib"
-     require 'active_record'
- rescue LoadError => e
-     raise MissingLibrary, "ActiveRecord could not be loaded (is it installed?): #{e.message}"

Deleted: tags/camping/2.0-1/debian/rules
===================================================================
--- trunk/camping/debian/rules	2010-06-01 10:22:53 UTC (rev 5476)
+++ tags/camping/2.0-1/debian/rules	2010-06-01 20:25:34 UTC (rev 5479)
@@ -1,7 +0,0 @@
-#!/usr/bin/make -f
-#
-# CDBS file to build the Camping package.
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk

Copied: tags/camping/2.0-1/debian/rules (from rev 5477, trunk/camping/debian/rules)
===================================================================
--- tags/camping/2.0-1/debian/rules	                        (rev 0)
+++ tags/camping/2.0-1/debian/rules	2010-06-01 20:25:34 UTC (rev 5479)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Camping package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+build/camping::
+	rdoc --fmt html --inline-source --fileboxes --line-numbers \
+	  --main README --title "Camping, a Microframework" --op doc/rdoc \
+	  README book/* lib/camping-unabridged.rb lib/camping/*.rb
+
+clean::
+	rm -rf doc




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