summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules5
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1ed7ba2..3af6695 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,14 @@ liblopsub (1.0.6-1) experimental; urgency=medium
-- Andre Noll <maan@tuebingen.mpg.de> Mon, 02 Mar 2026 21:19:39 +0100
+liblopsub (1.0.5-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Upload to unstable.
+ * Add changelog parsing fix from Andre Noll. (Closes: #1086623)
+
+ -- Adrian Bunk <bunk@debian.org> Fri, 11 Apr 2025 15:55:08 +0300
+
liblopsub (1.0.5-3) experimental; urgency=low
* Support rootless builds. Closes: #1089365
diff --git a/debian/rules b/debian/rules
index 7624646..59a864f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,8 @@ DOCS_DIR := $(DESTDIR)/usr/share/doc/$(package)
DEVDOCS_DIR := $(DEVDIR)/usr/share/doc/$(devpackage)
TRIPLET := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+include /usr/share/dpkg/pkg-info.mk
+export DEB_VERSION
# activate the dh sequencer
%:
dh "$@"
@@ -26,7 +28,8 @@ TRIPLET := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
build-arch:
$(checkdir)
$(MAKE) $(shell DEB_BUILD_MAINT_OPTIONS=hardening=+all \
- dpkg-buildflags --export=cmdline)
+ dpkg-buildflags --export=cmdline) \
+ DEB_VERSION=$(DEB_VERSION)
build-indep:
build: build-indep build-arch