[Pkg-javascript-commits] [node-clean-yaml-object] 01/01: New debian version
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Feb 18 23:11:10 UTC 2018
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-clean-yaml-object.
commit 5bd6d422de76b6fd7266e2ef3b069f24ddd55c1b
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Feb 19 00:10:54 2018 +0100
New debian version
---
debian/changelog | 8 ++++++++
debian/compat | 2 +-
debian/control | 4 ++--
debian/copyright | 2 +-
debian/rules | 8 +++++++-
5 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b060312..eea95fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-clean-yaml-object (0.1.0-2) unstable; urgency=medium
+
+ * Bump compat
+ * Bump policy no change
+ * Fix lintian warnings
+
+ -- Bastien Roucariès <rouca at debian.org> Mon, 19 Feb 2018 00:09:03 +0100
+
node-clean-yaml-object (0.1.0-1) unstable; urgency=low
* Initial release (Closes: #872763)
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index fef0e0c..6681e99 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca at debian.org>
Build-Depends:
- debhelper (>= 10)
+ debhelper (>= 11)
, dh-buildinfo
, nodejs (>= 6)
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
Homepage: https://github.com/tapjs/clean-yaml-object#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-clean-yaml-object.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-clean-yaml-object.git
diff --git a/debian/copyright b/debian/copyright
index 545ca11..ff25639 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: clean-yaml-object
Upstream-Contact: https://github.com/tapjs/clean-yaml-object/issues
Source: https://github.com/tapjs/clean-yaml-object#readme
diff --git a/debian/rules b/debian/rules
index 784b9ef..84094db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,12 @@
#override_dh_auto_build:
override_dh_auto_test:
- @echo "not yet missing depends: ava, domain"
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
+ @echo "not yet missing depends: ava, domain"
+else
+ @echo '**********************************************************'
+ @echo 'Skip test suite '
+ @echo '**********************************************************'
+endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-clean-yaml-object.git
More information about the Pkg-javascript-commits
mailing list