[Pkg-javascript-commits] [node-express] 03/07: Repackage upstream tarball to exclude test image: Embedded ICC profile has copyright but lacks DFSG-free licensing.

Jonas Smedegaard js at moszumanska.debian.org
Tue Apr 29 22:15:52 UTC 2014


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

js pushed a commit to branch master
in repository node-express.

commit cf3d7319051077fc56a5f46f43f8cea48a07f808
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Apr 29 23:49:10 2014 +0200

    Repackage upstream tarball to exclude test image: Embedded ICC profile has copyright but lacks DFSG-free licensing.
---
 debian/copyright | 2 ++
 debian/rules     | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index 45e5721..95c78f1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,6 +3,8 @@ Upstream-Name: express
 Upstream-Contact: https://github.com/visionmedia/express/issues
 Source: https://github.com/visionmedia/express
  git://github.com/visionmedia/express
+ Repackaged, excluding non-DFSG file
+Files-Excluded: test/acceptance/fixtures/grey.png
 
 Files: *
 Copyright: © 2009-2014, TJ Holowaychuk <tj at vision-media.ca>
diff --git a/debian/rules b/debian/rules
index 32a0d7e..0039c38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,10 @@ 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_SRCDIR = express-$(DEB_UPSTREAM_TARBALL_VERSION)
 DEB_UPSTREAM_TARBALL_MD5 = 99fee7add665dbfd6c5b5af63352c857
 
+# embedded ICC profile has copyright but lacks DFSG-free licensing
+DEB_UPSTREAM_REPACKAGE_EXCLUDES = test/acceptance/fixtures/grey.png
+
 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