[Pkg-javascript-commits] [node-strip-ansi] 03/08: Update packaging for new upstream release.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 20 23:38:07 UTC 2015


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

sebastic pushed a commit to branch master
in repository node-strip-ansi.

commit a0222bec20c5b53d3b36bb5e6b9024f692c336db
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Mar 21 00:32:14 2015 +0100

    Update packaging for new upstream release.
---
 debian/changelog         |  5 ++---
 debian/compat            |  2 +-
 debian/control           | 31 +++++++++++++++----------------
 debian/copyright         |  7 ++++---
 debian/gbp.conf          | 16 ++++++++++++++++
 debian/links             |  1 +
 debian/upstream/metadata |  6 ++++++
 debian/watch             |  5 +++--
 8 files changed, 48 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 83554ab..b65a2b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-strip-ansi (0.3.0-1) UNRELEASED; urgency=low
+node-strip-ansi (2.0.1-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #753321)
 
- -- Andrew Kelley <superjoe30 at gmail.com>  Mon, 30 Jun 2014 14:21:11 +0000
-
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 17 Mar 2015 22:01:24 +0100
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 195cc80..483d6bb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,27 @@
 Source: node-strip-ansi
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Bas Couwenberg <sebastic at debian.org>
 Section: web
 Priority: extra
-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: Andrew Kelley <superjoe30 at gmail.com>
-Build-Depends:
- debhelper (>= 8)
- , dh-buildinfo
- , mocha
- , node-ansi-regex
- , nodejs
-Standards-Version: 3.9.5
-Homepage: https://github.com/sindresorhus/strip-ansi
+Build-Depends: debhelper (>= 9),
+               dh-buildinfo,
+               nodejs,
+               node-ansi-regex,
+               mocha
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/node-strip-ansi.git
 Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-strip-ansi.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-strip-ansi.git
+Homepage: https://github.com/sindresorhus/strip-ansi
 XS-Testsuite: autopkgtest
 
 Package: node-strip-ansi
 Architecture: all
-Depends:
- ${misc:Depends}
- , nodejs
- , node-ansi-regex (>= 0.2.1)
-Description: Strip ANSI escape codes - Node.js module
+Depends: ${misc:Depends},
+         nodejs,
+         node-ansi-regex (>= 1.0.0)
+Description: Strip ANSI escape codes in Node.js
  strip-ansi is a Node.js module which provides a function to strip ANSI escape
  codes from a string.
  .
  Node.js is an event-based server-side JavaScript engine.
+
diff --git a/debian/copyright b/debian/copyright
index dcb3039..2e4bb9b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,15 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: strip-ansi
-Upstream-Contact: https://github.com/sindresorhus/strip-ansi/issues
+Upstream-Contact: Sindre Sorhus <sindresorhus at gmail.com> (http://sindresorhus.com)
 Source: https://github.com/sindresorhus/strip-ansi
 
 Files: *
-Copyright: 2014 Sindre Sorhus <sindresorhus at gmail.com> (http://sindresorhus.com)
+Copyright: Sindre Sorhus <sindresorhus at gmail.com> (http://sindresorhus.com)
 License: Expat
 
 Files: debian/*
-Copyright: 2014 Andrew Kelley <superjoe30 at gmail.com>
+Copyright: 2014, Andrew Kelley <superjoe30 at gmail.com>
+           2015, Bas Couwenberg <sebastic at debian.org>
 License: Expat
 
 License: Expat
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..a3d73f2
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/lib/nodejs/strip-ansi/cli.js usr/bin/strip-ansi
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..9ecc5ff
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/sindresorhus/strip-ansi/issues
+Bug-Submit: https://github.com/sindresorhus/strip-ansi/issues/new
+Name: strip-ansi
+Repository: https://github.com/sindresorhus/strip-ansi.git
+Repository-Browse: https://github.com/sindresorhus/strip-ansi
diff --git a/debian/watch b/debian/watch
index 4fd9dd5..4ee2233 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,6 @@
 version=3
 opts=\
-dversionmangle=s/\?(debian|dfsg|ds|deb)\d*$//,\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
 filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-strip-ansi-$1.tar.gz/ \
- https://github.com/sindresorhus/strip-ansi/tags .*/archive/v?([\d\.]+).tar.gz
+https://github.com/sindresorhus/strip-ansi/tags \
+.*/archive/v?([\d\.]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-strip-ansi.git



More information about the Pkg-javascript-commits mailing list