commit 0001edb08ada408b41353b5b005f7fd095683ccf
parent 091557af785a7cca8d999b301ed5d1499ad7dbac
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 1 May 2026 14:21:30 +0200
debian: clean up rules
Diffstat:
6 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/debian/.gitignore b/debian/.gitignore
@@ -6,8 +6,6 @@ libsync-dev/
sync-httpd/
sync-cli/
*.debhelper
-autoreconf.after
-autoreconf.before
debhelper-build-stamp
files
tmp/
\ No newline at end of file
diff --git a/debian/control b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
texinfo
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/sync.git
-Vcs-browser: https://salsa.debian.org/debian/sync
+Vcs-Browser: https://salsa.debian.org/debian/sync
Homepage: https://taler.net/
Package: libsync
diff --git a/debian/rules b/debian/rules
@@ -21,9 +21,7 @@ override_dh_auto_install-arch:
dh_auto_install
# Removing useless files
- rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la \
- debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/sync/*.la \
- debian/tmp/usr/share/doc/sync/COPYING
+ rm -f debian/tmp/usr/share/doc/sync/COPYING
override_dh_auto_install-indep:
diff --git a/debian/source/options b/debian/source/options
@@ -1,3 +1,3 @@
-extend-diff-ignore = "^(config\.sub|config\.guess|Makefile)$"
+extend-diff-ignore = "^(Makefile)$"
diff --git a/debian/sync-httpd.socket b/debian/sync-httpd.socket
@@ -1,6 +1,5 @@
[Unit]
Description=Sync Socket
-PartOf=sync-httpd.service
[Socket]
ListenStream=/run/sync/httpd/sync-http.sock
diff --git a/debian/watch b/debian/watch
@@ -1,3 +1,3 @@
version=4
opts="pgpmode=auto, uversionmangle=s/pre/~pre/;s/rc/~rc/" \
- https://ftp.gnu.org/gnu/@PACKAGE@/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
+ https://ftp.gnu.org/gnu/taler/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@