[Pkg-ruby-extras-maintainers] r781 - packages/hobix/trunk/debian

Paul van Tilburg paulvt at costa.debian.org
Fri Aug 11 20:44:15 UTC 2006


Author: paulvt
Date: 2006-08-11 20:44:14 +0000 (Fri, 11 Aug 2006)
New Revision: 781

Added:
   packages/hobix/trunk/debian/control.in
   packages/hobix/trunk/debian/watch
Modified:
   packages/hobix/trunk/debian/changelog
   packages/hobix/trunk/debian/control
   packages/hobix/trunk/debian/docs
   packages/hobix/trunk/debian/rules
Log:
 * Added watch-file.
 * Generate RDoc documentation, include it and clean it.
 * Put the package under team maintenance (uploaders set to the team).


Modified: packages/hobix/trunk/debian/changelog
===================================================================
--- packages/hobix/trunk/debian/changelog	2006-08-10 23:52:35 UTC (rev 780)
+++ packages/hobix/trunk/debian/changelog	2006-08-11 20:44:14 UTC (rev 781)
@@ -6,8 +6,17 @@
   * Moved debhelper and cdbs from the build-depends-indep to the
     build-depends.  Also upped the debhelper version to version 5 (and
     updated debian/compat).
+  * Added a debian/watch file (at the moment watching the upstream-cache
+    of pkg-ruby-extras).
+  * Enabled the generation of RDoc documentation generation via upstream
+    provided Rakefile (in debian/rules) and also included it in the
+    package (debian/docs).
+  * Added build-depend-indep on rdoc.
+  * Put the package under team control, add uploaders.mk to debian/rules
+    and introduce debian/control.in with uploaders set to
+    @RUBY_EXTRAS_TEAM at .
 
- -- Paul van Tilburg <paulvt at debian.org>  Tue,  8 Aug 2006 23:02:46 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 11 Aug 2006 22:37:26 +0200
 
 hobix (0.3e+cvs20051115-1) luon-experimental; urgency=low
 

Modified: packages/hobix/trunk/debian/control
===================================================================
--- packages/hobix/trunk/debian/control	2006-08-10 23:52:35 UTC (rev 780)
+++ packages/hobix/trunk/debian/control	2006-08-11 20:44:14 UTC (rev 781)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Paul van Tilburg <paulvt at debian.org>
 Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: ruby-pkg-tools (> 0.3), patchutils, ruby
+Build-Depends-Indep: ruby-pkg-tools (> 0.3), patchutils, ruby, rdoc
 Standards-Version: 3.7.2
 
 Package: hobix

Copied: packages/hobix/trunk/debian/control.in (from rev 780, packages/hobix/trunk/debian/control)
===================================================================
--- packages/hobix/trunk/debian/control	2006-08-10 23:52:35 UTC (rev 780)
+++ packages/hobix/trunk/debian/control.in	2006-08-11 20:44:14 UTC (rev 781)
@@ -0,0 +1,17 @@
+Source: hobix
+Section: web
+Priority: optional
+Maintainer: Paul van Tilburg <paulvt at debian.org>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: ruby-pkg-tools (> 0.3), patchutils, ruby, rdoc
+Standards-Version: 3.7.2
+
+Package: hobix
+Architecture: all
+Depends: ruby, libredcloth-ruby
+Description: flexible generation of static blogs
+ Hobix is a complete blogging system, designed to be managed on the
+ file system and accessed through a command-line application. It brings
+ together Textile, YAML and erb to create a powerful system for static
+ generation of blog sites.

Modified: packages/hobix/trunk/debian/docs
===================================================================
--- packages/hobix/trunk/debian/docs	2006-08-10 23:52:35 UTC (rev 780)
+++ packages/hobix/trunk/debian/docs	2006-08-11 20:44:14 UTC (rev 781)
@@ -1,3 +1,3 @@
 README
-doc/
 contrib/
+doc/*

Modified: packages/hobix/trunk/debian/rules
===================================================================
--- packages/hobix/trunk/debian/rules	2006-08-10 23:52:35 UTC (rev 780)
+++ packages/hobix/trunk/debian/rules	2006-08-11 20:44:14 UTC (rev 781)
@@ -3,12 +3,13 @@
 # CDBS file to build the Hobix 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
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
-# Generate (and clean) Hobix rdoc documentation additionally.
-#common-binary-post-install-indep:: 
-#        rake rdoc
-#
-#clean::
-#        rm -rf doc/rdoc
+# Generate (and clean) Hobix RDoc documentation additionally.
+build/hobix::
+	rake rdoc
+
+clean::
+	rm -rf doc/rdoc

Added: packages/hobix/trunk/debian/watch
===================================================================
--- packages/hobix/trunk/debian/watch	2006-08-10 23:52:35 UTC (rev 780)
+++ packages/hobix/trunk/debian/watch	2006-08-11 20:44:14 UTC (rev 781)
@@ -0,0 +1,2 @@
+version=3
+http://pkg-ruby-extras.alioth.debian.org/upstream-cache/hobix/hobix_(.*)\.orig\.tar\.gz




More information about the pkg-ruby-extras-maintainers mailing list