Merge ~mkukri/ubuntu/+source/libarchive:merge into ubuntu/+source/libarchive:debian/sid

Proposed by Mate Kukri
Status: Merged
Merge reported by: Mate Kukri
Merged at revision: 14dc8214ef16ba63f24e3710025196838aba83db
Proposed branch: ~mkukri/ubuntu/+source/libarchive:merge
Merge into: ubuntu/+source/libarchive:debian/sid
Diff against target: 61 lines (+23/-2)
3 files modified
debian/changelog (+20/-0)
debian/control (+2/-1)
debian/rules (+1/-1)
Reviewer Review Type Date Requested Status
Simon Quigley (community) Approve
Review via email: mp+455777@code.launchpad.net

Commit message

Merge libarchive with Debian unstable.

To post a comment you must log in.
Revision history for this message
Simon Quigley (tsimonq2) wrote :

 ___________________________.
|;;| |;;||
|[]|---------------------|[]||
|;;| |;;||
|;;| |;;||
|;;| |;;||
|;;| |;;||
|;;| |;;||
|;;| |;;||
|;;|_____________________|;;||
|;;;;;;;;;;;;;;;;;;;;;;;;;;;||
|;;;;;;_______________ ;;;;;||
|;;;;;| ___ |;;;;;||
|;;;;;| |;;;| |;;;;;||
|;;;;;| |;;;| |;;;;;||
|;;;;;| |;;;| |;;;;;||
|;;;;;| |;;;| |;;;;;||
|;;;;;| |___| |;;;;;||
\_____|_______________|_____||

review: Approve
14dc821... by Mate Kukri

rebuild

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index a7fe6a3..89784fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
1libarchive (3.7.2-1ubuntu2) noble; urgency=medium
2
3 * armhf (-fstack-clash-protection) breakage rebuild
4
5 -- Mate Kukri <mate.kukri@canonical.com> Thu, 23 Nov 2023 15:10:55 +0000
6
7libarchive (3.7.2-1ubuntu1) noble; urgency=medium
8
9 * Merge with Debian unstable. Remaining changes:
10 - Run dh_auto_test by default
11
12 -- Mate Kukri <mate.kukri@canonical.com> Fri, 17 Nov 2023 10:54:19 +0000
13
1libarchive (3.7.2-1) unstable; urgency=medium14libarchive (3.7.2-1) unstable; urgency=medium
215
3 * Add the iso9660-hash patch to fix file ordering. Closes: #105132216 * Add the iso9660-hash patch to fix file ordering. Closes: #1051322
@@ -15,6 +28,13 @@ libarchive (3.7.2-1) unstable; urgency=medium
1528
16 -- Peter Pentchev <roam@debian.org> Sat, 14 Oct 2023 18:28:55 +030029 -- Peter Pentchev <roam@debian.org> Sat, 14 Oct 2023 18:28:55 +0300
1730
31libarchive (3.6.2-1ubuntu1) lunar; urgency=medium
32
33 * Sync with Debian. Remaining change:
34 - Run dh_auto_test by default
35
36 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 04 Jan 2023 15:32:25 -0500
37
18libarchive (3.6.2-1) unstable; urgency=medium38libarchive (3.6.2-1) unstable; urgency=medium
1939
20 [ Debian Janitor ]40 [ Debian Janitor ]
diff --git a/debian/control b/debian/control
index c63d427..35fbbd2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
1Source: libarchive1Source: libarchive
2Priority: optional2Priority: optional
3Maintainer: Peter Pentchev <roam@debian.org>3Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
4XSBC-Original-Maintainer: Peter Pentchev <roam@debian.org>
4Build-Depends: debhelper-compat (= 13),5Build-Depends: debhelper-compat (= 13),
5 dpkg-build-api (= 1),6 dpkg-build-api (= 1),
6 dh-package-notes,7 dh-package-notes,
diff --git a/debian/rules b/debian/rules
index 239e6a3..6e52d12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ execute_before_dh_install:
26 find debian -name '*.la' -delete26 find debian -name '*.la' -delete
2727
28override_dh_auto_test:28override_dh_auto_test:
29ifneq (,$(filter check,$(DEB_BUILD_OPTIONS)))29ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
30ifneq (,$(shell locale -a | grep en_US.utf8))30ifneq (,$(shell locale -a | grep en_US.utf8))
31 _VERBOSITY_LEVEL=1 dh_auto_test --parallel31 _VERBOSITY_LEVEL=1 dh_auto_test --parallel
32else32else

Subscribers

People subscribed via source and target branches