[DRE-commits] [ruby-ncurses] 04/05: Include examples/form*.rb files

Per Andersson avtobiff at moszumanska.debian.org
Tue Sep 30 20:48:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

avtobiff pushed a commit to branch master
in repository ruby-ncurses.

commit 046385cfabcd52b94314953466203b36ba65657d
Author: Per Andersson <avtobiff at gmail.com>
Date:   Tue Sep 30 22:20:49 2014 +0200

    Include examples/form*.rb files
    
    They are GFDL-1.2+ licensed (with no invariant sections etc) and thus
    distributable.
    
    Also remove orig source repackaging.
---
 debian/changelog          |  2 ++
 debian/copyright          | 15 +++++++++++++++
 debian/get-orig-source.sh | 14 --------------
 debian/rules              |  3 ---
 4 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 88944f2..a87c884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ruby-ncurses (1.4.8-1) unstable; urgency=low
 
   * New upstream release
   * Changed to my debian address
+  * Include examples/form*.rb files, they are GFDL-1.2+ licensed
+    - Remove orig source repackaging
 
  -- Per Andersson <avtobiff at debian.org>  Tue, 30 Sep 2014 22:12:15 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 46d19e1..6858f53 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,6 +23,11 @@ Copyright: 2000 Harry Henry Gebel
            2002 Tobias Peters <t-peters at users.berlios.de>
 License: ncurses license
 
+Files: examples/form*.rb
+Copyright: 2004 Simon Kaczor <skaczor at cox.net>
+           2001 Pradeep Padala
+License: GFDL-1.2+
+
 Files: examples/rain.rb
 Copyright: 1998 Free Software Foundation, Inc
            2002 Tobias Peters <t-peters at users.berlios.de>
@@ -94,3 +99,13 @@ License: ncurses license
  holders shall not be used in advertising or otherwise to promote the
  sale, use or other dealings in this Software without prior written
  authorization.
+
+License: GFDL-1.2+
+ Permission is granted to copy, distribute and/or modify this document under
+ the terms of the GNU Free Documentation License, Version 1.2 or any later
+ version published by the Free Software Foundation; with no Invariant Sections,
+ no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included
+ in the section entitled "GNU Free Documentation License".
+ .
+ On Debian systems, the full text of the GNU Free Documentation License
+ version 1.2 can be found in the file `/usr/share/common-licenses/GFDL-1.2'.
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
deleted file mode 100755
index 408f5bc..0000000
--- a/debian/get-orig-source.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-file=$(uscan --verbose | \
-        sed -n '/Successfully downloaded updated package/ {s/.*updated package \(.*\)$/\1/; p}')
-version="$(echo $file | sed 's/^v\(.*\)\.tar\.gz/\1/')+dfsg"
-path=../$file
-
-gzip -d < $path | \
-    tar --delete --wildcards -f - '*/form*.rb' | \
-    gzip > ../ruby-ncurses-${version}.tar.gz
-rm $path
-echo "Repackaged ../ruby-ncurses-${version}.tar.gz"
diff --git a/debian/rules b/debian/rules
index d3b7132..a5e7dc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,3 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
-
-get-orig-source:
-	sh debian/get-orig-source.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ncurses.git



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