[Pkg-javascript-commits] [node-findup-sync] 02/02: fix debian/watch and description, https in Vcs-*
Paolo Greppi
paolog-guest at moszumanska.debian.org
Sat Oct 29 19:16:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-findup-sync.
commit 1ffb832d066be5d705561bcbfc827b65f9730ec6
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Sat Oct 29 20:48:42 2016 +0200
fix debian/watch and description, https in Vcs-*
---
debian/changelog | 11 +++++++++++
debian/control | 7 +++----
debian/watch | 2 +-
3 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index feb1655..d5dcace 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+node-findup-sync (0.1.3-2) unstable; urgency=low
+
+ * Team upload.
+
+ [ Paolo Greppi ]
+ * Fix short description (Closes: #781388)
+ * Fix debian/watch file
+ * Update the Vcs-Browser link: gitweb to cgit and use https
+
+ -- Paolo Greppi <paolo.greppi at libpf.com> Sat, 29 Oct 2016 18:49:00 +0200
+
node-findup-sync (0.1.3-1) unstable; urgency=low
* Initial release (Closes: #743160)
diff --git a/debian/control b/debian/control
index 99583e8..e77f59d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,15 @@ Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Matthew Pideil <matthewp_debian at teledetection.fr>
Build-Depends: debhelper (>= 9.0.0)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: https://github.com/cowboy/node-findup-sync
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-findup-sync.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-findup-sync.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-findup-sync.git/
Package: node-findup-sync
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, nodejs, node-glob, node-lodash
Recommends: javascript-common
-Description: Filename searcher module for Node.js, event-based server-side
- javascript engine.
+Description: filename searcher function - Node.js module
Find the first file matching a given pattern in the current directory or the
nearest ancestor directory.
diff --git a/debian/watch b/debian/watch
index 7d7d367..eb65672 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-https://github.com/cowboy/node-findup-sync/tags .*/archive/v?(\d[\d\.]+).tar.gz
+https://github.com/js-cli/node-findup-sync/tags .*/archive/v?(\d[\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-findup-sync.git
More information about the Pkg-javascript-commits
mailing list