Control: tags 894481 + patch Control: tags 894481 + pending Dear maintainer,
I'm sponsoring Unit 193's NMU for numlockx (versioned as 1.2-7.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. I also took the occasion to migrate the VCS to salsa.d.o, in the debian group. Check out https://salsa.debian.org/debian/numlockx Regards. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
diffstat for numlockx-1.2 numlockx-1.2
55numlockx | 6 +++++-
changelog | 13 +++++++++++++
control | 4 ++--
3 files changed, 20 insertions(+), 3 deletions(-)
diff -Nru numlockx-1.2/debian/55numlockx numlockx-1.2/debian/55numlockx
--- numlockx-1.2/debian/55numlockx 2014-08-11 12:08:41.000000000 +0200
+++ numlockx-1.2/debian/55numlockx 2018-05-20 19:44:27.000000000 +0200
@@ -20,7 +20,11 @@
;;
*)
NUMLOCK=on
- ltd=/usr/sbin/laptop-detect
+ if [ -x /usr/sbin/laptop-detect ];then
+ ltd=/usr/sbin/laptop-detect
+ else
+ ltd=/usr/bin/laptop-detect
+ fi
[ ! -x $ltd ] || ! $ltd || NUMLOCK=off
# Enable numlock for USB keyboard on laptop
if [ -f /bin/udevadm ] ; then
diff -Nru numlockx-1.2/debian/changelog numlockx-1.2/debian/changelog
--- numlockx-1.2/debian/changelog 2014-08-11 12:08:41.000000000 +0200
+++ numlockx-1.2/debian/changelog 2018-05-20 19:44:27.000000000 +0200
@@ -1,3 +1,16 @@
+numlockx (1.2-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+
+ [ Unit 193 ]
+ * d/55numlockx: Adjust to find laptop-detect after move to /usr/bin.
+ (Closes: #894481)
+
+ [ Mattia Rizzolo ]
+ * Move VCS to salsa.debian.org.
+
+ -- Unit 193 <[email protected]> Sun, 20 May 2018 13:44:27 -0400
+
numlockx (1.2-7) unstable; urgency=medium
* Rewrite USB keyboard detection using pure udev (Closes: #757475).
diff -Nru numlockx-1.2/debian/control numlockx-1.2/debian/control
--- numlockx-1.2/debian/control 2014-08-11 12:08:41.000000000 +0200
+++ numlockx-1.2/debian/control 2018-05-20 19:44:27.000000000 +0200
@@ -13,8 +13,8 @@
xutils-dev
Standards-Version: 3.9.5
Homepage: http://home.kde.org/~seli/numlockx/
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/numlockx.git
-Vcs-Git: git://anonscm.debian.org/collab-maint/numlockx.git
+Vcs-Browser: https://salsa.debian.org/debian/numlockx
+Vcs-Git: https://salsa.debian.org/debian/numlockx.git
Package: numlockx
Architecture: any
signature.asc
Description: PGP signature

