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

Paul van Tilburg paulvt at costa.debian.org
Fri Sep 8 22:24:56 UTC 2006


Author: paulvt
Date: 2006-09-08 22:24:56 +0000 (Fri, 08 Sep 2006)
New Revision: 817

Modified:
   packages-wip/hobix/trunk/debian/changelog
   packages-wip/hobix/trunk/debian/control.in
   packages-wip/hobix/trunk/debian/hobix.1
Log:
* Preparing first upload to experimental, still blocked by new ruby-pkg-tools!
* New release (put SVN snapshot with modified tree in upstream cache on alioth).
* Updated the changelog, man-page, depends and build-depends.


Modified: packages-wip/hobix/trunk/debian/changelog
===================================================================
--- packages-wip/hobix/trunk/debian/changelog	2006-09-04 06:48:46 UTC (rev 816)
+++ packages-wip/hobix/trunk/debian/changelog	2006-09-08 22:24:56 UTC (rev 817)
@@ -1,3 +1,14 @@
+hobix (0.4+svn20060909-1) experimental; urgency=low
+
+  * New Subversion snapshot fixing small issues.
+  * Modified the source tarball to rename 'share' to 'data/hobix' so that
+    it gets picked up and installed by setup.rb.
+  * Updated the build depends to depend on ruby1.8 and not plain ruby.
+    The same holds for libredcloth-ruby1.8 instead of libredcloth-ruby.
+  * Updated the hobix (1) manpage concerning new commands.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sat,  9 Sep 2006 00:13:55 +0200
+
 hobix (0.4+cvs20060808-1) experimental; urgency=low
 
   * Prepare first upload (to Debian experimental) of a Subversion snapshot.

Modified: packages-wip/hobix/trunk/debian/control.in
===================================================================
--- packages-wip/hobix/trunk/debian/control.in	2006-09-04 06:48:46 UTC (rev 816)
+++ packages-wip/hobix/trunk/debian/control.in	2006-09-08 22:24:56 UTC (rev 817)
@@ -9,7 +9,7 @@
 
 Package: hobix
 Architecture: all
-Depends: ruby, libredcloth-ruby
+Depends: ruby1.8, libredcloth-ruby1.8
 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

Modified: packages-wip/hobix/trunk/debian/hobix.1
===================================================================
--- packages-wip/hobix/trunk/debian/hobix.1	2006-09-04 06:48:46 UTC (rev 816)
+++ packages-wip/hobix/trunk/debian/hobix.1	2006-09-08 22:24:56 UTC (rev 817)
@@ -58,6 +58,10 @@
 List all posts within a given path.
 
 .TP
+\fBpatch\fR \fIweblog-name patch-name\fR
+Applies a patch to a weblog.
+
+.TP
 \fBpost\fR \fIweblog-name shortName\fR
 Add or edit a post with identifier 'shortName'.
 (You can use paths, for example: `blog/weddings/anotherPatheticWedding')




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