[Pkg-javascript-commits] [node-repeat-string] 04/05: Update packaging

Julien Puydt julien.puydt at laposte.net
Sat Nov 25 16:20:11 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository node-repeat-string.

commit aa5149311b434db3a103ee360dcb8863204da94a
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Nov 25 17:17:32 2017 +0100

    Update packaging
---
 debian/changelog     |  7 +++++++
 debian/compat        |  2 +-
 debian/control       | 13 ++++---------
 debian/copyright     |  2 +-
 debian/rules         | 11 -----------
 debian/tests/control |  2 +-
 debian/watch         | 11 ++---------
 7 files changed, 16 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6915083..cfc1988 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,13 @@ node-repeat-string (1.6.1-1) UNRELEASED; urgency=medium
 
   * Team upload
   * New upstream release
+  * Update packaging:
+    - Update d/watch (version 4, direct upstream github)
+    - Use https in d/copyright's Format
+    - Bump dh compat to 10
+    - Clean d/rules
+    - Move to section javascript
+    - Bump std-ver to 4.1.1
 
  -- Julien Puydt <julien.puydt at laposte.net>  Sat, 25 Nov 2017 17:12:36 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 7893b58..35541bb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,17 @@
 Source: node-repeat-string
-Section: web
+Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends:
- debhelper (>= 9)
- , dh-buildinfo
- , nodejs
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10), nodejs
+Standards-Version: 4.1.1
 Homepage: https://github.com/jonschlinkert/repeat-string
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-repeat-string.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-repeat-string.git
 
 Package: node-repeat-string
 Architecture: all
-Depends:
- ${misc:Depends}
- , nodejs
+Depends: ${misc:Depends}, nodejs
 Description: repeat the given string n times
  Fastest implementation for repeating a string.
  .
diff --git a/debian/copyright b/debian/copyright
index 21c5d96..883dd1b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: repeat-string
 Upstream-Contact: https://github.com/jonschlinkert/repeat-string/issues
 Source: https://github.com/jonschlinkert/repeat-string
diff --git a/debian/rules b/debian/rules
index de57af0..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
 
 %:
 	dh $@
-
-#override_dh_auto_build:
-
-#override_dh_auto_test:
-
-
-
diff --git a/debian/tests/control b/debian/tests/control
index b97f294..eb8781d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
 Tests: require
-Depends: node-repeat-string
+Depends: @
diff --git a/debian/watch b/debian/watch
index c605081..538d487 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,9 +1,2 @@
-version=3
-# It is not recommended use fakeupstream. Please investigate more.
-# Origin url: FIX_ME repo url
-# Take a look at https://wiki.debian.org/debian/watch/
-# See also fakeupstream: http://anonscm.debian.org/viewvc/qa/trunk/cgi-bin/fakeupstream.cgi?view=markup
-opts=\
-dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
-filenamemangle=s/.*=// \
- http://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=npmjs/repeat-string .*=repeat-string-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))
+version=4
+https://github.com/jonschlinkert/repeat-string/tags .*/archive/v?([\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list