[DRE-commits] r1432 - packages/hobix/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Wed Apr 18 20:12:07 UTC 2007


Author: paulvt
Date: 2007-04-18 20:12:06 +0000 (Wed, 18 Apr 2007)
New Revision: 1432

Removed:
   packages/hobix/trunk/debian/control.in
Modified:
   packages/hobix/trunk/debian/changelog
   packages/hobix/trunk/debian/control
   packages/hobix/trunk/debian/rules
Log:
* Adapted debian/control, debian/rules, and removed debian/control.in 
  to drop the Uploaders rule.

Modified: packages/hobix/trunk/debian/changelog
===================================================================
--- packages/hobix/trunk/debian/changelog	2007-04-18 20:09:53 UTC (rev 1431)
+++ packages/hobix/trunk/debian/changelog	2007-04-18 20:12:06 UTC (rev 1432)
@@ -1,8 +1,9 @@
-hobix (0.5~svn20070319-3) UNRELEASED; urgency=low
+hobix (0.5~svn20070319-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Adapted debian/control, debian/rules, and removed debian/control.in 
+    to drop the Uploaders rule.
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed, 21 Mar 2007 22:38:32 +0100
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 18 Apr 2007 22:11:27 +0200
 
 hobix (0.5~svn20070319-2) experimental; urgency=low
 

Modified: packages/hobix/trunk/debian/control
===================================================================
--- packages/hobix/trunk/debian/control	2007-04-18 20:09:53 UTC (rev 1431)
+++ packages/hobix/trunk/debian/control	2007-04-18 20:12:06 UTC (rev 1432)
@@ -2,13 +2,14 @@
 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: debhelper (>= 5), cdbs
 Build-Depends-Indep: ruby-pkg-tools (> 0.3), patchutils, ruby, rdoc, rake
 Standards-Version: 3.7.2
 
 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

Deleted: packages/hobix/trunk/debian/control.in
===================================================================
--- packages/hobix/trunk/debian/control.in	2007-04-18 20:09:53 UTC (rev 1431)
+++ packages/hobix/trunk/debian/control.in	2007-04-18 20:12:06 UTC (rev 1432)
@@ -1,17 +0,0 @@
-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, rake
-Standards-Version: 3.7.2
-
-Package: hobix
-Architecture: all
-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
- together Textile, YAML and erb to create a powerful system for static
- generation of blog sites.

Modified: packages/hobix/trunk/debian/rules
===================================================================
--- packages/hobix/trunk/debian/rules	2007-04-18 20:09:53 UTC (rev 1431)
+++ packages/hobix/trunk/debian/rules	2007-04-18 20:12:06 UTC (rev 1432)
@@ -5,7 +5,6 @@
 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/ruby-pkg-tools/1/rules/uploaders.mk
 
 # Generate (and clean) Hobix RDoc documentation additionally.
 build/hobix::




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