[DRE-commits] r5482 - in trunk/libmetaid-ruby: . debian

Deepak Tripathi deepak-guest at alioth.debian.org
Wed Jun 2 08:24:17 UTC 2010


Author: deepak-guest
Date: 2010-06-02 08:24:13 +0000 (Wed, 02 Jun 2010)
New Revision: 5482

Added:
   trunk/libmetaid-ruby/debian/
   trunk/libmetaid-ruby/debian/changelog
   trunk/libmetaid-ruby/debian/compat
   trunk/libmetaid-ruby/debian/control
   trunk/libmetaid-ruby/debian/copyright
   trunk/libmetaid-ruby/debian/libmetaid-ruby1.8.dirs
   trunk/libmetaid-ruby/debian/rules
   trunk/libmetaid-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/libmetaid-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libmetaid-ruby/debian/changelog
===================================================================
--- trunk/libmetaid-ruby/debian/changelog	                        (rev 0)
+++ trunk/libmetaid-ruby/debian/changelog	2010-06-02 08:24:13 UTC (rev 5482)
@@ -0,0 +1,44 @@
+libmetaid-ruby (1.0-5) UNRELEASED; urgency=low
+
+  * New maintainer. (Closes: #570798)
+  * debian/control
+     + keeping under pkg-ruby-extra group.
+     + added DMUA flag.
+     + added vcs-* entry.
+     + updated description of dummy package. 
+  * Switch to dpkg-source 3.0 (quilt) format.
+     + added debian/source/format
+  * debian/
+     + removed README.source.
+     + removed libinnate-ruby1.9.debhelper.log.
+     + removed libinnate-ruby1.9.substvars.
+     + removed source.lintian-overrides.  
+  * debian/copyright
+     + added Debian's specific copyright information
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Wed, 02 Jun 2010 13:46:20 +0530
+
+libmetaid-ruby (1.0-4) unstable; urgency=low
+
+  * Orphaning
+
+ -- Sebastien Delafond <seb at debian.org>  Sun, 21 Feb 2010 14:20:17 +0100
+
+libmetaid-ruby (1.0-3) unstable; urgency=low
+
+  * Lintian cleanups.
+  * Bumped up Standards revision.
+
+ -- Sebastien Delafond <seb at debian.org>  Mon, 19 Oct 2009 13:21:12 +0200
+
+libmetaid-ruby (1.0-2) unstable; urgency=low
+
+  * Explicitly mention where the license was found.
+
+ -- Sebastien Delafond <seb at debian.org>  Tue, 27 May 2008 21:14:06 -0700
+
+libmetaid-ruby (1.0-1) unstable; urgency=low
+
+  * Initial Release (Closes: #480112).
+
+ -- Sebastien Delafond <seb at debian.org>  Wed, 07 May 2008 23:06:39 -0700

Added: trunk/libmetaid-ruby/debian/compat
===================================================================
--- trunk/libmetaid-ruby/debian/compat	                        (rev 0)
+++ trunk/libmetaid-ruby/debian/compat	2010-06-02 08:24:13 UTC (rev 5482)
@@ -0,0 +1 @@
+6

Added: trunk/libmetaid-ruby/debian/control
===================================================================
--- trunk/libmetaid-ruby/debian/control	                        (rev 0)
+++ trunk/libmetaid-ruby/debian/control	2010-06-02 08:24:13 UTC (rev 5482)
@@ -0,0 +1,18 @@
+Source: libmetaid-ruby
+Section: ruby
+Priority: optional
+Maintainer: Deepak Tripathi <apenguinlinux at gmail.com>
+Build-Depends: debhelper (>= 6)
+Standards-Version: 3.8.3
+Homepage: http://rubyforge.org/projects/metaid
+
+Package: libmetaid-ruby1.8
+Architecture: all
+Depends: libruby1.8
+Description: Some additional methods to make metaprogramming easier
+ MetAid adds a few innocent methods to the ruby Object and Module
+ classes, in order to make metaprogramming easier. For the lore of
+ metaprogramming see Seeing Metaclasses Clearly and Chapter Six of
+ Why's (Poignant) Guide to Ruby, at
+ http://mislav.uniqpath.com/poignant-guide
+

Added: trunk/libmetaid-ruby/debian/copyright
===================================================================
--- trunk/libmetaid-ruby/debian/copyright	                        (rev 0)
+++ trunk/libmetaid-ruby/debian/copyright	2010-06-02 08:24:13 UTC (rev 5482)
@@ -0,0 +1,33 @@
+This package was debianized by Sebastien Delafond <seb at debian.org> on
+Wed, 07 May 2008 23:06:30 -0700
+
+It was downloaded from <URL:http://rubyforge.org/projects/metaid>
+
+License information was obtained from http://code.whytheluckystiff.net
+
+Upstream Authors: "why the lucky stiff" <why at ruby-lang.org>
+
+Copyright:
+
+  Copyright (c) 2006 "why the lucky stiff"
+
+  Permission is hereby granted, free of charge, to any person
+  obtaining a copy of this software and associated documentation files
+  (the "Software"), to deal in the Software without restriction,
+  including without limitation the rights to use, copy, modify, merge,
+  publish, distribute, sublicense, and/or sell copies of the Software,
+  and to permit persons to whom the Software is furnished to do so,
+  subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be
+  included in all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+  

Added: trunk/libmetaid-ruby/debian/libmetaid-ruby1.8.dirs
===================================================================
--- trunk/libmetaid-ruby/debian/libmetaid-ruby1.8.dirs	                        (rev 0)
+++ trunk/libmetaid-ruby/debian/libmetaid-ruby1.8.dirs	2010-06-02 08:24:13 UTC (rev 5482)
@@ -0,0 +1 @@
+usr/lib/ruby/1.8

Added: trunk/libmetaid-ruby/debian/rules
===================================================================
--- trunk/libmetaid-ruby/debian/rules	                        (rev 0)
+++ trunk/libmetaid-ruby/debian/rules	2010-06-02 08:24:13 UTC (rev 5482)
@@ -0,0 +1,60 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+DESTDIR=$(CURDIR)/debian/libmetaid-ruby1.8
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	rm -fr $(DESTDIR)
+	dh_clean
+
+build: build-stamp
+build-stamp:
+	touch build-stamp
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	mkdir -p $(DESTDIR)
+	dh_installdirs
+	cp -r metaid.rb $(DESTDIR)/usr/lib/ruby/1.8/
+
+# Build architecture-independent files here.
+binary-arch: install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-indep: install
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs
+#	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installman
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs
+	dh_link
+#	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+#	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: clean binary-indep binary-arch binary install


Property changes on: trunk/libmetaid-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libmetaid-ruby/debian/watch
===================================================================
--- trunk/libmetaid-ruby/debian/watch	                        (rev 0)
+++ trunk/libmetaid-ruby/debian/watch	2010-06-02 08:24:13 UTC (rev 5482)
@@ -0,0 +1,4 @@
+version=3
+
+http://rubyforge.org/frs/?group_id=1272&release_id=4034 \
+  .*metaid-(.*)\.gem.*




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