[DRE-commits] r3515 - packages/hobix/trunk/debian
Paul van Tilburg
paulvt at alioth.debian.org
Tue May 5 14:12:01 UTC 2009
Author: paulvt
Date: 2009-05-05 14:12:01 +0000 (Tue, 05 May 2009)
New Revision: 3515
Modified:
packages/hobix/trunk/debian/changelog
packages/hobix/trunk/debian/control
packages/hobix/trunk/debian/copyright
packages/hobix/trunk/debian/docs
packages/hobix/trunk/debian/rules
Log:
* debian/control:
- Bumped standards version to 3.8.1.
- Added depend on ${misc:Depends}.
* debian/rules: install doc/CHANGELOG as the upstream changelog.
* debian/docs: only install doc/rdoc, CHANGELOG needs to be installed
in a different way.
Modified: packages/hobix/trunk/debian/changelog
===================================================================
--- packages/hobix/trunk/debian/changelog 2009-05-05 13:53:29 UTC (rev 3514)
+++ packages/hobix/trunk/debian/changelog 2009-05-05 14:12:01 UTC (rev 3515)
@@ -1,11 +1,20 @@
hobix (0.5~svn20070319-4) unstable; urgency=low
+ [ Gunnar Wolf ]
* Added libjs-prototype as a dependency; removed the old copy of
prototype.js shipped with this package and replaced with a symlink to
its proper location (Closes: #475273).
- -- Gunnar Wolf <gwolf at debian.org> Sun, 10 Aug 2008 13:21:07 -0500
+ [ Paul van Tilburg ]
+ * debian/control:
+ - Bumped standards version to 3.8.1.
+ - Added depend on ${misc:Depends}.
+ * debian/rules: install doc/CHANGELOG as the upstream changelog.
+ * debian/docs: only install doc/rdoc, CHANGELOG needs to be installed
+ in a different way.
+ -- Paul van Tilburg <paulvt at debian.org> Tue, 05 May 2009 16:08:25 +0200
+
hobix (0.5~svn20070319-3) unstable; urgency=low
* Adapted debian/control, debian/rules, and removed debian/control.in
Modified: packages/hobix/trunk/debian/control
===================================================================
--- packages/hobix/trunk/debian/control 2009-05-05 13:53:29 UTC (rev 3514)
+++ packages/hobix/trunk/debian/control 2009-05-05 14:12:01 UTC (rev 3515)
@@ -5,11 +5,11 @@
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), cdbs
Build-Depends-Indep: ruby-pkg-tools (> 0.3), patchutils, ruby, rdoc, rake
-Standards-Version: 3.7.2
+Standards-Version: 3.8.1
Package: hobix
Architecture: all
-Depends: ruby1.8, libredcloth-ruby1.8, libjs-prototype
+Depends: ruby1.8, libredcloth-ruby1.8, libjs-prototype, ${misc:Depends}
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/hobix/trunk/debian/copyright
===================================================================
--- packages/hobix/trunk/debian/copyright 2009-05-05 13:53:29 UTC (rev 3514)
+++ packages/hobix/trunk/debian/copyright 2009-05-05 14:12:01 UTC (rev 3515)
@@ -5,7 +5,7 @@
(http://code.whytheluckystiff.net/svn/hobix/trunk)
see also: http://rubyforge.org/scm/?group_id=215
-Copyright:
+Copyright (C) 2004 why the lucky stiff
Upstream Author: Why the Lucky Stiff <why at hobix.com>
Modified: packages/hobix/trunk/debian/docs
===================================================================
--- packages/hobix/trunk/debian/docs 2009-05-05 13:53:29 UTC (rev 3514)
+++ packages/hobix/trunk/debian/docs 2009-05-05 14:12:01 UTC (rev 3515)
@@ -1,3 +1,3 @@
README
contrib/
-doc/*
+doc/rdoc
Modified: packages/hobix/trunk/debian/rules
===================================================================
--- packages/hobix/trunk/debian/rules 2009-05-05 13:53:29 UTC (rev 3514)
+++ packages/hobix/trunk/debian/rules 2009-05-05 14:12:01 UTC (rev 3515)
@@ -6,6 +6,9 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+# Install the changelog from this somewhat uncommon location.
+DEB_INSTALL_CHANGELOGS_ALL := doc/CHANGELOG
+
# Generate (and clean) Hobix RDoc documentation additionally.
build/hobix::
rake rdoc
More information about the Pkg-ruby-extras-commits
mailing list