[Pkg-javascript-commits] [node-graceful-fs] 03/08: Remove cruft from d/control and d/rules and use https in Vcs-* fields
Julien Puydt
julien.puydt at laposte.net
Sun Oct 30 07:27:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-graceful-fs.
commit 1129455a148cc07778c3e73df27a3ba41bc2062b
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Sun Oct 16 11:07:56 2016 +0200
Remove cruft from d/control and d/rules and use https in Vcs-* fields
---
debian/changelog | 2 ++
debian/control | 13 ++++---------
debian/rules | 4 ----
3 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0845be9..e0fe7cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ node-graceful-fs (3.0.2-2) UNRELEASED; urgency=medium
* Team upload.
* Push standards-version to 3.9.8.
* Push dh compat to 10.
+ * Remove cruft from d/control and d/rules.
+ * Use https for Vcs-* fields.
-- Julien Puydt <julien.puydt at laposte.net> Sun, 16 Oct 2016 11:03:02 +0200
diff --git a/debian/control b/debian/control
index 5540fc6..7466394 100644
--- a/debian/control
+++ b/debian/control
@@ -5,20 +5,15 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
Uploaders:
Jérémy Lal <kapouer at melix.org>,
Mike Gabriel <sunweaver at debian.org>,
-Build-Depends:
- debhelper (>= 10),
- nodejs,
- dh-buildinfo,
+Build-Depends: debhelper (>= 10), nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/isaacs/node-graceful-fs
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-graceful-fs.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-graceful-fs.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-graceful-fs.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-graceful-fs.git
Package: node-graceful-fs
Architecture: all
-Depends:
- ${misc:Depends},
- nodejs
+Depends: ${misc:Depends}, nodejs
Description: drop-in replacement improving the Node.js fs module
node-graceful-fs module normalizes behavior across different platforms
and environments, and makes filesystem access more resilient to errors:
diff --git a/debian/rules b/debian/rules
index 218df65..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-graceful-fs.git
More information about the Pkg-javascript-commits
mailing list