Control: tags -1 + patch pending

Dear maintainer,

I've prepared an NMU for ksmtuned (versioned as 4.20150326+nmu1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Chris

diff -Nru ksmtuned-4.20150326/debian/changelog ksmtuned-4.20150326+nmu1/debian/changelog
--- ksmtuned-4.20150326/debian/changelog	2020-08-19 18:40:38.000000000 +0200
+++ ksmtuned-4.20150326+nmu1/debian/changelog	2024-07-08 00:10:11.000000000 +0200
@@ -1,3 +1,15 @@
+ksmtuned (4.20150326+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Install systemd units into /usr. (Closes: #1073659)
+  * Update Homepage: field. (Closes: #1026944)
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Let dpkg's buildtools.mk supply the compiler.
+    (Closes: #923110)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Mon, 08 Jul 2024 00:10:11 +0200
+
 ksmtuned (4.20150326) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru ksmtuned-4.20150326/debian/control ksmtuned-4.20150326+nmu1/debian/control
--- ksmtuned-4.20150326/debian/control	2020-08-19 18:40:38.000000000 +0200
+++ ksmtuned-4.20150326+nmu1/debian/control	2024-07-08 00:10:09.000000000 +0200
@@ -4,7 +4,7 @@
 Maintainer: Bernd Zeimetz <b...@debian.org>
 Build-Depends: debhelper-compat (= 12)
 Standards-Version: 3.9.6
-Homepage: https://git.centos.org/summary/rpms!qemu-kvm
+Homepage: https://github.com/ksmtuned/ksmtuned
 Vcs-Browser: https://github.com/bzed/debian-ksmtuned
 Vcs-Git: https://github.com/bzed/debian-ksmtuned.git
 
diff -Nru ksmtuned-4.20150326/debian/install ksmtuned-4.20150326+nmu1/debian/install
--- ksmtuned-4.20150326/debian/install	2020-08-19 18:40:38.000000000 +0200
+++ ksmtuned-4.20150326+nmu1/debian/install	2024-07-08 00:10:11.000000000 +0200
@@ -1,5 +1,5 @@
 ksm             etc/default
-*.service       lib/systemd/system
+*.service       usr/lib/systemd/system
 ksmctl          usr/sbin
 ksmtuned        usr/sbin
 ksmtuned.conf   etc
diff -Nru ksmtuned-4.20150326/debian/rules ksmtuned-4.20150326+nmu1/debian/rules
--- ksmtuned-4.20150326/debian/rules	2020-08-19 18:40:38.000000000 +0200
+++ ksmtuned-4.20150326+nmu1/debian/rules	2024-07-08 00:10:11.000000000 +0200
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+-include /usr/share/dpkg/buildtools.mk
 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
@@ -8,7 +9,7 @@
 	dh $@
 
 ksmctl: ksmctl.c
-	gcc $< -O2 -g $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+	$(CC) $< -O2 -g $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
 build-arch:  ksmctl
 	dh $@

Reply via email to