[DRE-commits] r5491 - in trunk/libcomplearn-ruby/debian: . source

Deepak Tripathi deepak-guest at alioth.debian.org
Thu Jun 3 04:41:31 UTC 2010


Author: deepak-guest
Date: 2010-06-03 04:41:24 +0000 (Thu, 03 Jun 2010)
New Revision: 5491

Added:
   trunk/libcomplearn-ruby/debian/source/
   trunk/libcomplearn-ruby/debian/source/format
Modified:
   trunk/libcomplearn-ruby/debian/changelog
   trunk/libcomplearn-ruby/debian/control
   trunk/libcomplearn-ruby/debian/copyright
Log:
Switch to quilt 3.0 format, added Debian's specific copy information, added misc-Depends, and updated chengelog

Modified: trunk/libcomplearn-ruby/debian/changelog
===================================================================
--- trunk/libcomplearn-ruby/debian/changelog	2010-06-03 04:22:25 UTC (rev 5490)
+++ trunk/libcomplearn-ruby/debian/changelog	2010-06-03 04:41:24 UTC (rev 5491)
@@ -2,12 +2,18 @@
 
   * New maintainer (Closes: #572182)
   * debian/control
-     + bumped standard version to 3.8.4 ( no changes)
-  
+     + bumped standard version to 3.8.4 ( no changes).
+     + added DMUA flag.
+     + added ${misc:Depends} as debhelper required now.
+  * Switch to dpkg-source 3.0 (quilt) format.
+     + added debian/source/format
+  * debian/copyright
+     + added Debian's specific copyright information.
+    
   [ Gunnar Wolf ]
   * Changed section to Ruby as per ftp-masters' request
 
- -- Deepak Tripathi <apenguinlinux at gmail.com>  Thu, 03 Jun 2010 09:44:59 +0530
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Thu, 03 Jun 2010 09:57:11 +0530
 
 libcomplearn-ruby (1.0.8-1) unstable; urgency=low
 

Modified: trunk/libcomplearn-ruby/debian/control
===================================================================
--- trunk/libcomplearn-ruby/debian/control	2010-06-03 04:22:25 UTC (rev 5490)
+++ trunk/libcomplearn-ruby/debian/control	2010-06-03 04:41:24 UTC (rev 5491)
@@ -17,7 +17,7 @@
 
 Package: libcomplearn-ruby
 Architecture: all
-Depends: libcomplearn-ruby1.8
+Depends: libcomplearn-ruby1.8, ${misc:Depends}
 Description: Ruby binding to CompLearn library (dummy package)
  This is a Ruby binding for the popular and robust CompLearn learning package.
  .

Modified: trunk/libcomplearn-ruby/debian/copyright
===================================================================
--- trunk/libcomplearn-ruby/debian/copyright	2010-06-03 04:22:25 UTC (rev 5490)
+++ trunk/libcomplearn-ruby/debian/copyright	2010-06-03 04:41:24 UTC (rev 5491)
@@ -1,17 +1,15 @@
 This package was debianized by Rudi Cilibrasi <cilibrar at cilibrar.com> on
 Sat, 18 Nov 2006 20:55:28 +0100
 
+It is now maintained by Deepak Tripathi <apenguinlinux at gmail.com>
+
 It was downloaded from: http://complearn.org/
 
 Upstream Authors: Rudi Cilibrasi
 
 Copyright: 2003 - 2008 Rudi Cilibrasi
 
-All rights reserved.
 
-The Debian packaging is available under the same BSD-like license as the rest
-of the source code.
-
 License:
 
     Redistribution and use in source and binary forms, with or without
@@ -37,3 +35,8 @@
     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     SUCH DAMAGE.
+--
+The Debian packaging is:
+  Copyright (C) 2010 Deepak Tripathi <apenguinlinux at gmail.com> and is licensed
+  under the same BSD-like license as the source code, In Debian system
+  you can license at '/usr/share/common-licenses/BSD'.

Added: trunk/libcomplearn-ruby/debian/source/format
===================================================================
--- trunk/libcomplearn-ruby/debian/source/format	                        (rev 0)
+++ trunk/libcomplearn-ruby/debian/source/format	2010-06-03 04:41:24 UTC (rev 5491)
@@ -0,0 +1 @@
+3.0 (quilt)




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