[Pkg-javascript-commits] [node-express] 01/01: revert to cdbs
Leo Iannacone
l3on-guest at moszumanska.debian.org
Tue Apr 29 12:54:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
l3on-guest pushed a commit to branch master
in repository node-express.
commit 017bc4d591e8ee0ff65f974f546c018f975f3cfa
Author: Leo Iannacone <l3on at ubuntu.com>
Date: Tue Apr 29 14:53:53 2014 +0200
revert to cdbs
---
debian/changelog | 3 +--
debian/control | 3 ++-
debian/rules | 37 ++++++++++++++++++++++++-------------
3 files changed, 27 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 76c2965..a090a89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,10 +7,9 @@ node-express (4.1.1-1) unstable; urgency=medium
+ install index.js (removed from links)
+ pop bin/express, now in to express-generator module
* debian/examples: pop client.js - no longer in upstream
- * convert debian/rules to debhelper
* debian/control:
+ update depends according with package.json
- + pop cdbs from build-debs - set debhelper >= 9
+ + set debhelper >= 9
+ added nodejs as build-deb
+ bump standards-version to 3.9.5
+ removed David Paleino from Uploaders (ACKed by dapal)
diff --git a/debian/control b/debian/control
index ba11523..249459b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
Uploaders: Leo Iannacone <l3on at ubuntu.com>,
Jonas Smedegaard <dr at jones.dk>
Build-Depends:
- debhelper (>= 9)
+ cdbs
+ , debhelper (>= 9)
, dh-buildinfo
, nodejs
Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index d252099..ccd0af5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +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
-
-%:
- dh $@
-
-override_dh_auto_build:
-
-override_dh_auto_test:
-
-override_dh_installchangelogs:
- dh_installchangelogs -k History.md
+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
+DEB_UPSTREAM_URL = https://github.com/visionmedia/express/archive
+DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_MD5 = 87f5448091aac25470f74cdc8d121ace
+DEB_INSTALL_CHANGELOGS_ALL = History.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-express.git
More information about the Pkg-javascript-commits
mailing list