diff -Nru node-modern-syslog-1.1.4/debian/changelog node-modern-syslog-1.1.4/debian/changelog --- node-modern-syslog-1.1.4/debian/changelog 2018-08-29 05:27:52.000000000 +0000 +++ node-modern-syslog-1.1.4/debian/changelog 2019-01-09 20:39:24.000000000 +0000 @@ -1,5 +1,21 @@ +node-modern-syslog (1.1.4-2) unstable; urgency=medium + + * Team upload + + [ Xavier Guimard ] + * Email change: Xavier Guimard -> yadd@debian.org + * Declare compliance with policy 4.2.1 + + [ Jérémy Lal ] + * Build-Depends libnode-dev, node-gyp >= 3.8.0-2 + * Remove dependency on nodejs + * Install only built shared lib, not the whole dir + * Standards-Version 4.3.0 + + -- Jérémy Lal Wed, 09 Jan 2019 21:39:24 +0100 + node-modern-syslog (1.1.4-1) unstable; urgency=low * Initial release (Closes: #898244) - -- Xavier Guimard Wed, 29 Aug 2018 07:27:52 +0200 + -- Xavier Guimard Sat, 28 Jul 2018 22:48:59 +0200 diff -Nru node-modern-syslog-1.1.4/debian/control node-modern-syslog-1.1.4/debian/control --- node-modern-syslog-1.1.4/debian/control 2018-08-29 05:27:52.000000000 +0000 +++ node-modern-syslog-1.1.4/debian/control 2019-01-09 20:39:13.000000000 +0000 @@ -5,11 +5,12 @@ Priority: optional Build-Depends: debhelper (>= 11), node-debug, - node-gyp, + node-gyp (>= 3.8.0-2), node-nan (>= 2.0.5), node-tap, + libnode-dev, nodejs -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/js-team/node-modern-syslog Vcs-Git: https://salsa.debian.org/js-team/node-modern-syslog.git Homepage: https://github.com/strongloop/modern-syslog @@ -17,9 +18,7 @@ Package: node-modern-syslog Architecture: any Depends: ${misc:Depends}, - ${shlibs:Depends}, - nodejs, - node-nan (>= 2.0.5) + ${shlibs:Depends} Description: native syslog client library for Node.js modern-syslog is the only Node.js library that uses native bindings to the libc syslog API, is async, can be used as a stream, and is API compatible diff -Nru node-modern-syslog-1.1.4/debian/gbp.conf node-modern-syslog-1.1.4/debian/gbp.conf --- node-modern-syslog-1.1.4/debian/gbp.conf 2018-08-29 05:27:52.000000000 +0000 +++ node-modern-syslog-1.1.4/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -[import-orig] -filter = .gitignore diff -Nru node-modern-syslog-1.1.4/debian/install node-modern-syslog-1.1.4/debian/install --- node-modern-syslog-1.1.4/debian/install 2018-05-08 12:04:03.000000000 +0000 +++ node-modern-syslog-1.1.4/debian/install 2019-01-09 20:39:13.000000000 +0000 @@ -1,3 +1,3 @@ index.js usr/lib/nodejs/modern-syslog/ package.json usr/lib/nodejs/modern-syslog/ -build/ usr/lib/nodejs/modern-syslog/ +build/Release/core.node usr/lib/nodejs/modern-syslog/build/Release diff -Nru node-modern-syslog-1.1.4/debian/rules node-modern-syslog-1.1.4/debian/rules --- node-modern-syslog-1.1.4/debian/rules 2018-08-29 05:27:52.000000000 +0000 +++ node-modern-syslog-1.1.4/debian/rules 2019-01-09 20:39:13.000000000 +0000 @@ -14,7 +14,7 @@ override_dh_fixperms: dh_fixperms - chmod 644 $(TMP)/usr/lib/nodejs/modern-syslog/build/Release/core.node + find $(TMP)/usr -name *.node -exec chmod 644 '{}' \; #override_dh_auto_build: