[Pkg-javascript-commits] [node-kerberos] 01/01: Bumped debhelper compatibility to 9 Refactored patches
Christopher Hoskin
christopher.hoskin at gmail.com
Sat Sep 19 05:27:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
grinorcole-guest pushed a commit to branch master
in repository node-kerberos.
commit 3b8264a5b4232c37462363d94915b5bedfa2d9b4
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Sat Sep 19 05:50:55 2015 +0100
Bumped debhelper compatibility to 9
Refactored patches
---
debian/compat | 2 +-
debian/control | 3 +--
debian/patches/change-kerberos-lib-path.patch | 13 +++++++++++++
.../{debian.patch => replace-node-with-nodejs.patch} | 11 ++---------
debian/patches/series | 3 ++-
5 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index e3fcf52..6c58fd0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin at gmail.com>
Build-Depends:
- debhelper (>= 8)
+ debhelper (>= 9)
, dh-buildinfo
, nodejs,
node-gyp, node-nan, libkrb5-dev
@@ -12,7 +12,6 @@ Standards-Version: 3.9.6
Homepage: https://github.com/christkv/kerberos
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-kerberos.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-kerberos.git
-XS-Testsuite: autopkgtest
Package: node-kerberos
Architecture: any
diff --git a/debian/patches/change-kerberos-lib-path.patch b/debian/patches/change-kerberos-lib-path.patch
new file mode 100644
index 0000000..988948f
--- /dev/null
+++ b/debian/patches/change-kerberos-lib-path.patch
@@ -0,0 +1,13 @@
+Description: Modifiy kerberos library path
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: not-needed
+Last-Update: 2015-09-19
+--- a/lib/kerberos.js
++++ b/lib/kerberos.js
+@@ -1,4 +1,4 @@
+-var kerberos = require('../build/Release/kerberos')
++var kerberos = require('kerberos')
+ , KerberosNative = kerberos.Kerberos;
+
+ var Kerberos = function() {
+
diff --git a/debian/patches/debian.patch b/debian/patches/replace-node-with-nodejs.patch
similarity index 72%
rename from debian/patches/debian.patch
rename to debian/patches/replace-node-with-nodejs.patch
index 414008a..74a68c0 100644
--- a/debian/patches/debian.patch
+++ b/debian/patches/replace-node-with-nodejs.patch
@@ -1,4 +1,5 @@
-Description: Modifiy file and path names for Debian
+Description: Replace node with nodejs
+ Implements https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614907#108
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Forwarded: not-needed
Last-Update: 2015-09-14
@@ -20,11 +21,3 @@ Last-Update: 2015-09-14
-}
\ No newline at end of file
+}
---- a/lib/kerberos.js
-+++ b/lib/kerberos.js
-@@ -1,4 +1,4 @@
--var kerberos = require('../build/Release/kerberos')
-+var kerberos = require('kerberos')
- , KerberosNative = kerberos.Kerberos;
-
- var Kerberos = function() {
diff --git a/debian/patches/series b/debian/patches/series
index 3893360..20f26e3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-debian.patch
+replace-node-with-nodejs.patch
+change-kerberos-lib-path.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-kerberos.git
More information about the Pkg-javascript-commits
mailing list