[Pkg-javascript-commits] [node-optimist] 05/15: Repackage using CDBS, Licensed GPL-3+.

dod at debian.org dod at debian.org
Wed May 14 17:58:29 UTC 2014


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

dod pushed a commit to branch jonas-work
in repository node-optimist.

commit 845cbd0470fb748b84f1cf281f7368bd6995f200
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Mar 15 00:51:50 2013 +0100

    Repackage using CDBS, Licensed GPL-3+.
---
 debian/copyright | 22 +++++++++++++++++++++-
 debian/rules     | 32 +++++++++++++++++++++++---------
 2 files changed, 44 insertions(+), 10 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index b0e9113..13d331a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,8 @@ License: Expat
 
 Files: debian/*
 Copyright: © 2011-2012, David Paleino <dapal at debian.org>
-License: Expat
+  2013, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
 
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a
@@ -30,3 +31,22 @@ License: Expat
  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.
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3, or (at your option) any
+ later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/rules b/debian/rules
index f10fa3f..0170855 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,26 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2011, 2012 David Paleino <dapal at debian.org>
+# Copyright © 2013 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for optimist
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 
-%:
-	dh $@
-
-override_dh_install:
-	dh_install
-	dh_buildinfo
+DEB_UPSTREAM_URL = https://github.com/substack/node-optimist/archive
+DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_MD5 = 2bb633af35261593e4f556f4fb8abbbd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-optimist.git



More information about the Pkg-javascript-commits mailing list