[Pkg-javascript-commits] [node-express] 06/15: convert rules to debhelper

Leo Iannacone l3on-guest at moszumanska.debian.org
Mon Apr 28 16:45:54 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 9ad85552db32a19022dd5d6da9fae733e51f66fe
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Mon Apr 28 18:18:14 2014 +0200

    convert rules to debhelper
---
 debian/rules | 37 +++++++++++++------------------------
 1 file changed, 13 insertions(+), 24 deletions(-)

diff --git a/debian/rules b/debian/rules
index ccd0af5..d252099 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,28 +1,17 @@
 #!/usr/bin/make -f
-# -*- 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/>.
+# -*- makefile -*-
 
-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
+# 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
 
-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