[Pkg-javascript-commits] [SCM] web development framework for NodeJS branch, master, updated. debian/2.5.9-2-20-gc1de6a0

Jonas Smedegaard dr at jones.dk
Fri Mar 15 01:16:52 UTC 2013


The following commit has been merged in the master branch:
commit 63a4c2f64df697e1229005e3e0c68ec9f8f3fc53
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Mar 15 01:41:44 2013 +0100

    Repackage using CDBS, Licensed GPL-3+. Build-depend on cdbs.

diff --git a/debian/control b/debian/control
index fa44b45..9bc3d5d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
 Priority: extra
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: David Paleino <dapal at debian.org>
-Build-Depends:
+Build-Depends: cdbs,
  debhelper (>= 8~)
  , dh-buildinfo
 Standards-Version: 3.9.4
diff --git a/debian/copyright b/debian/copyright
index 3672e9e..0a700b0 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 86c119d..8a035c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,28 @@
 #!/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 express
+#
+# 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 $@
+DEB_UPSTREAM_URL = https://github.com/visionmedia/express/archive
+DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_MD5 = e38a0229b9f17756ff845d1ca5e37d77
 
-override_dh_auto_build:
-override_dh_auto_test:
-override_dh_auto_install:
-override_dh_auto_clean:
-	# nothing
-
-override_dh_install:
-	dh_install
-	dh_buildinfo
-
-override_dh_installchangelogs:
-	dh_installchangelogs History.md
+DEB_INSTALL_CHANGELOGS_ALL = History.md

-- 
web development framework for NodeJS



More information about the Pkg-javascript-commits mailing list