[Pkg-javascript-commits] [node-inline-source-map] 01/02: Commit recent attempt to package this

Ross Gammon ross-guest at moszumanska.debian.org
Sun Aug 28 09:56:31 UTC 2016


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

ross-guest pushed a commit to branch master
in repository node-inline-source-map.

commit b9ac8382c5b05204dcf7aa0cb0fb03851d2787fc
Author: Ross Gammon <rosco2 at ubuntu.com>
Date:   Sun Aug 28 11:48:30 2016 +0200

    Commit recent attempt to package this
    
    Didn't realise I had previously tried
---
 debian/changelog                |  5 ++---
 debian/control                  | 12 ++++++------
 debian/copyright                |  5 ++---
 debian/examples                 |  2 +-
 debian/rules                    |  4 ++--
 debian/source/lintian-overrides |  6 ++++++
 debian/upstream/metadata        |  6 ++++++
 7 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index faeb0d8..bb8f682 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-node-inline-source-map (0.6.1-1) UNRELEASED; urgency=low
+node-inline-source-map (0.6.1-1) unstable; urgency=low
 
   * Initial release (Closes: #795114)
 
- -- Ross Gammon <rossgammon at mail.dk>  Mon, 10 Aug 2015 20:34:10 +0200
-
+ -- Ross Gammon <rosco2 at ubuntu.com>  Sun, 28 Aug 2016 11:12:45 +0200
diff --git a/debian/control b/debian/control
index 6dc6318..0379cff 100644
--- a/debian/control
+++ b/debian/control
@@ -2,22 +2,22 @@ Source: node-inline-source-map
 Section: web
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: Ross Gammon <rossgammon at mail.dk>
-Build-Depends: debhelper (>= 8),
+Uploaders: Ross Gammon <rosco2 at ubuntu.com>
+Build-Depends: debhelper (>= 9),
                dh-buildinfo,
                nodejs,
                node-tap,
-               node-source-map (>= 0.4.0)
-Standards-Version: 3.9.6
+               node-source-map (>= 0.5.3)
+Standards-Version: 3.9.8
 Homepage: https://github.com/thlorenz/inline-source-map
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-inline-source-map.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-inline-source-map.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-inline-source-map.git
 
 Package: node-inline-source-map
 Architecture: all
 Depends: ${misc:Depends},
          nodejs,
-         node-source-map (>= 0.4.0)
+         node-source-map (>= 0.5.3)
 Description: base64 encoded source mappings for a generated file
  Adds source mappings and base64 encodes them, so they can be inlined in your
  generated file.
diff --git a/debian/copyright b/debian/copyright
index f772011..9c0f2a2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: https://github.com/thlorenz/inline-source-map/issues
 Source: https://github.com/thlorenz/inline-source-map
 
 Files: *
-Copyright: 2015 Thorsten Lorenz <thlorenz at gmx.de> (http://thlorenz.com)
+Copyright: 2016 Thorsten Lorenz <thlorenz at gmx.de> (http://thlorenz.com)
 License: Expat
 
 Files: debian/*
-Copyright: 2015 Ross Gammon <rossgammon at mail.dk>
+Copyright: 2016 Ross Gammon <rosco2 at ubuntu.com>
 License: Expat
 
 License: Expat
@@ -31,4 +31,3 @@ License: Expat
  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.
-
diff --git a/debian/examples b/debian/examples
index 0bbe99e..700b101 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1 +1 @@
-example/*
+example/*.js
diff --git a/debian/rules b/debian/rules
index ec4b5d4..ec0482a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 %:
 	dh $@
 
+#override_dh_auto_build:
+
 override_dh_auto_test:
 	tap test/*.js
-
-
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..6c8b794
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,6 @@
+# The tests inlude one long line which is a false positive 
+# of these lintian warnings. This is test data and is not
+# meant to be editable source code. Several bugs have been 
+# submitted against lintian about this.
+node-inline-source-map source: source-contains-prebuilt-javascript-object test/source-content.js line length is 257 characters (>256)
+node-inline-source-map source: source-is-missing test/source-content.js line length is 257 characters (>256)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..5e2ce91
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Bug-Database: https://github.com/thlorenz/inline-source-map/issues
+Bug-Submit: https://github.com/thlorenz/inline-source-map/issues/new
+Name: inline-source-map
+Repository: https://github.com/thlorenz/inline-source-map.git
+Repository-Browse: https://github.com/thlorenz/inline-source-map

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-inline-source-map.git



More information about the Pkg-javascript-commits mailing list