[DRE-commits] r1557 - packages-wip/libgemplugin-ruby/trunk/debian

Filipe Lautert filipe-guest at alioth.debian.org
Sat May 12 19:39:19 UTC 2007


Author: filipe-guest
Date: 2007-05-12 19:39:18 +0000 (Sat, 12 May 2007)
New Revision: 1557

Modified:
   packages-wip/libgemplugin-ruby/trunk/debian/gpgen.1
   packages-wip/libgemplugin-ruby/trunk/debian/rules
Log:
* Removed treatment of gem file to create package;
* Updated man page.



Modified: packages-wip/libgemplugin-ruby/trunk/debian/gpgen.1
===================================================================
--- packages-wip/libgemplugin-ruby/trunk/debian/gpgen.1	2007-05-12 19:38:21 UTC (rev 1556)
+++ packages-wip/libgemplugin-ruby/trunk/debian/gpgen.1	2007-05-12 19:39:18 UTC (rev 1557)
@@ -1,16 +1,15 @@
 .TH gpgen 1 "2007-01-10" "gpgen"
 .SH NAME
-gpgen \- Do something
+gpgen
 .
 .SH SYNOPSIS
 .
+gpgen <plugin_name>
 .SH DESCRIPTION
 .
-This manpage is not yet written. Go away, pretend you didn't see this.
+gpgen creates a gemplugin using the source in the current directory.
 .PP
-Y'know, there is a reason why this package is only uploaded to 
-.I experimental...
-No, really - I'll work on this. Promise.
+Usage example:  gpgen mygemplugin
 .
 .SH AUTHOR
 Zed a. Shaw <zedshaw at zedshaw.com>

Modified: packages-wip/libgemplugin-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libgemplugin-ruby/trunk/debian/rules	2007-05-12 19:38:21 UTC (rev 1556)
+++ packages-wip/libgemplugin-ruby/trunk/debian/rules	2007-05-12 19:39:18 UTC (rev 1557)
@@ -1,22 +1,8 @@
 #!/usr/bin/make -f
+export DH_VERBOSE=1
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# Upstream distributes only "Ruby gems". What do we do? Just gzip the gem
-# and use it as our orig.tar.gz - A gem contains two files: metadata.gz
-# (a YAML package description for the Ruby Gems package system) and 
-# data.tar.gz, which we unceremoniously unpack right here, right now.
-# And why do we hide tar's STDERR? Well, our upstream author ships tarballs
-# made in December 1969 - tar complains too much, at every line. We can just
-# skip it (and enable it in case we think it is necessary)
-#
-pre-build::
-	tar xzf data.tar.gz 2>/dev/null
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
-build/libgemplugin-ruby::
+install/libgemplugin-ruby1.8::
 	dh_installman debian/gpgen.1




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