[DRE-commits] r1674 - packages-wip/deplate/trunk/debian

komar-guest at alioth.debian.org komar-guest at alioth.debian.org
Sat Jun 2 21:38:44 UTC 2007


Author: komar-guest
Date: 2007-06-02 21:38:44 +0000 (Sat, 02 Jun 2007)
New Revision: 1674

Added:
   packages-wip/deplate/trunk/debian/package.manpages
Removed:
   packages-wip/deplate/trunk/debian/install
Modified:
   packages-wip/deplate/trunk/debian/control
   packages-wip/deplate/trunk/debian/control.in
   packages-wip/deplate/trunk/debian/rules
   packages-wip/deplate/trunk/debian/watch
Log:
1. change Uploaders: to 
    "Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>"
2. add home page
3. move manual installation from debian/install to debian/manpages
4. remove using /usr/share/ruby-pkg-tools/1/rules/uploaders.mk



Modified: packages-wip/deplate/trunk/debian/control
===================================================================
--- packages-wip/deplate/trunk/debian/control	2007-06-02 04:54:17 UTC (rev 1673)
+++ packages-wip/deplate/trunk/debian/control	2007-06-02 21:38:44 UTC (rev 1674)
@@ -2,7 +2,7 @@
 Section: text
 Priority: optional
 Maintainer: Maxim Komar <komar at ukr.net>
-Uploaders: <code>RUBY_EXTRAS_TEAM</code>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.0), cdbs, quilt, ruby-pkg-tools (>= 0.8)
 Standards-Version: 3.7.2
 
@@ -19,3 +19,5 @@
  similar to tools like aft or txt2tags. It aims to be modular
  and easily extensible. It is the accompanying converter for the Vim viki
  plugin.                                                                        
+ . 
+ Home page: http://deplate.sourceforge.net/index.php

Modified: packages-wip/deplate/trunk/debian/control.in
===================================================================
--- packages-wip/deplate/trunk/debian/control.in	2007-06-02 04:54:17 UTC (rev 1673)
+++ packages-wip/deplate/trunk/debian/control.in	2007-06-02 21:38:44 UTC (rev 1674)
@@ -2,7 +2,7 @@
 Section: text
 Priority: optional
 Maintainer: Maxim Komar <komar at ukr.net>
-Uploaders: <code>RUBY_EXTRAS_TEAM</code>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.0), cdbs, quilt, ruby-pkg-tools (>= 0.8)
 Standards-Version: 3.7.2
 
@@ -19,3 +19,5 @@
  similar to tools like aft or txt2tags. It aims to be modular
  and easily extensible. It is the accompanying converter for the Vim viki
  plugin.                                                                        
+ .
+ Home page: http://deplate.sourceforge.net/index.php

Deleted: packages-wip/deplate/trunk/debian/install
===================================================================
--- packages-wip/deplate/trunk/debian/install	2007-06-02 04:54:17 UTC (rev 1673)
+++ packages-wip/deplate/trunk/debian/install	2007-06-02 21:38:44 UTC (rev 1674)
@@ -1 +0,0 @@
-man/man1/deplate.1 usr/share/main/man1

Copied: packages-wip/deplate/trunk/debian/package.manpages (from rev 1673, packages-wip/deplate/trunk/debian/install)
===================================================================
--- packages-wip/deplate/trunk/debian/package.manpages	                        (rev 0)
+++ packages-wip/deplate/trunk/debian/package.manpages	2007-06-02 21:38:44 UTC (rev 1674)
@@ -0,0 +1 @@
+man/man1/deplate.1 usr/share/main/man1

Modified: packages-wip/deplate/trunk/debian/rules
===================================================================
--- packages-wip/deplate/trunk/debian/rules	2007-06-02 04:54:17 UTC (rev 1673)
+++ packages-wip/deplate/trunk/debian/rules	2007-06-02 21:38:44 UTC (rev 1674)
@@ -6,4 +6,3 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk

Modified: packages-wip/deplate/trunk/debian/watch
===================================================================
--- packages-wip/deplate/trunk/debian/watch	2007-06-02 04:54:17 UTC (rev 1673)
+++ packages-wip/deplate/trunk/debian/watch	2007-06-02 21:38:44 UTC (rev 1674)
@@ -4,9 +4,9 @@
 # Site		Directory		Pattern			Version	Script
 version=3
 
-# TODO: don't work :-(
-#http://sf.net/deplate/deplate-([0-9.]*)\.zip
+# TODO: don't work :-( http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=427269
+#http://sf.net/deplate/deplate-([0-9.]+)\.zip
 
 # temporary
 #http://pkg-ruby-extras.alioth.debian.org/upstream-cache/deplate/deplate-([0-9.]*)\.zip
-http://pkg-ruby-extras.alioth.debian.org/upstream-cache/deplate/deplate_([0-9.]*)\.orig\.tar\.gz
+http://pkg-ruby-extras.alioth.debian.org/upstream-cache/deplate/deplate_([0-9.]+)\.orig\.tar\.gz




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