Skip to content

Commit

Permalink
upgrade liblog-dispatch-filerotate-perl (1.19-1.3) unstable; urgency=…
Browse files Browse the repository at this point in the history
…medium
  • Loading branch information
Cherrling committed Nov 18, 2024
1 parent 8fb490f commit 37397ee
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
liblog-dispatch-filerotate-perl (1.19-1.3) unstable; urgency=medium

* Non-maintainer upload.
* Convert to source format 3.0. (Closes: #1007044)

-- Bastian Germann <[email protected]> Sat, 28 Oct 2023 14:12:53 +0200

liblog-dispatch-filerotate-perl (1.19-1.2) unstable; urgency=medium

* Non-maintainer upload.
* Fix "Removal of obsolete debhelper compat 5 and 6 in bookworm":
Bump to 7 in debian/{compat,control}.
(Closes: #965659)
* Fix "missing required debian/rules targets build-arch and/or build-
indep": Add missing targets.
(Closes: #999205)

-- gregor herrmann <[email protected]> Sun, 26 Dec 2021 23:21:45 +0100

liblog-dispatch-filerotate-perl (1.19-1.1) unstable; urgency=medium

* Non-maintainer upload.
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5
7
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: liblog-dispatch-filerotate-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5), quilt
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.10-12), liblog-log4perl-perl, libdate-manip-perl, liblog-dispatch-perl, libparams-validate-perl
Maintainer: Matthias Schmitz <[email protected]>
Standards-Version: 3.8.1
Expand Down
12 changes: 6 additions & 6 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ PERL ?= /usr/bin/perl
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)

include /usr/share/quilt/quilt.make

build: build-stamp
build-stamp: patch
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
dh_testdir
# Add commands to compile the package here
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
$(MAKE) test
touch $@

clean: unpatch
clean:
dh_testdir
dh_testroot
dh_clean build-stamp install-stamp
Expand Down Expand Up @@ -67,4 +67,4 @@ binary: binary-indep binary-arch
get-orig-source:
uscan --force-download

.PHONY: build clean binary-indep binary-arch binary install
.PHONY: build-indep build-arch build clean binary-indep binary-arch binary install
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit 37397ee

Please sign in to comment.