From 8197a3d25f6b2b10e8c5df0da9898cc409084dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 25 Dec 2022 14:23:26 +0100 Subject: New d/p/0110-unpdate_IANA_URL.patch --- .pc/.quilt_patches | 1 + .pc/.quilt_series | 1 + .pc/.version | 1 + debian/changelog | 7 +++++++ debian/patches/0110-unpdate_IANA_URL.patch | 23 +++++++++++++++++++++++ debian/patches/series | 1 + 6 files changed, 34 insertions(+) create mode 100644 .pc/.quilt_patches create mode 100644 .pc/.quilt_series create mode 100644 .pc/.version create mode 100644 debian/patches/0110-unpdate_IANA_URL.patch diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches new file mode 100644 index 0000000..6857a8d --- /dev/null +++ b/.pc/.quilt_patches @@ -0,0 +1 @@ +debian/patches diff --git a/.pc/.quilt_series b/.pc/.quilt_series new file mode 100644 index 0000000..c206706 --- /dev/null +++ b/.pc/.quilt_series @@ -0,0 +1 @@ +series diff --git a/.pc/.version b/.pc/.version new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/.pc/.version @@ -0,0 +1 @@ +2 diff --git a/debian/changelog b/debian/changelog index 4e1ef9a..4e88bd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ipmitool (1.8.19-2) UNRELEASED; urgency=medium + + * New debian/patches/0110-unpdate_IANA_URL.patch (Closes: #1023312): + - Fix IANA url. + + -- Jörg Frings-Fürst Sun, 30 Oct 2022 18:13:10 +0100 + ipmitool (1.8.19-1) unstable; urgency=medium * New upstrem release. diff --git a/debian/patches/0110-unpdate_IANA_URL.patch b/debian/patches/0110-unpdate_IANA_URL.patch new file mode 100644 index 0000000..2f53e5c --- /dev/null +++ b/debian/patches/0110-unpdate_IANA_URL.patch @@ -0,0 +1,23 @@ +Description: Fix IANA url +Author: +Origin: upstream, https://github.com/siderolabs/pkgs/pull/634/commits/5a39853823255f3715857fb4907bca13573e76d0 +Bug: https://github.com/ipmitool/ipmitool/issues/377 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023312 +Forwarded: not-needed +Applied-Upstream: https://github.com/siderolabs/pkgs/pull/634/commits/5a39853823255f3715857fb4907bca13573e76d0 +Last-Update: 2022-12-25 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/Makefile.am +=================================================================== +--- trunk.orig/Makefile.am ++++ trunk/Makefile.am +@@ -41,7 +41,7 @@ MAINTAINERCLEANFILES = Makefile.in acloc + $(distdir).tar.gz $(distdir).tar.bz2 + + SUBDIRS = lib src include doc contrib control +-IANA_PEN = http://www.iana.org/assignments/enterprise-numbers ++IANA_PEN = http://www.iana.org/assignments/enterprise-numbers.txt + + dist-hook: + cp control/ipmitool.spec $(distdir) diff --git a/debian/patches/series b/debian/patches/series index e7d92ed..4286537 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ 0700-build.patch 0100-fix_buf_overflow.patch 0010-utf8.patch +0110-unpdate_IANA_URL.patch -- cgit v1.2.3 From 89d7856b38d5096aef36498db628c2426cdd1cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 25 Dec 2022 14:28:45 +0100 Subject: Add .pc/ and debian/files to .gitignore --- .gitignore | 2 ++ .pc/.quilt_patches | 1 - .pc/.quilt_series | 1 - .pc/.version | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .pc/.quilt_patches delete mode 100644 .pc/.quilt_series delete mode 100644 .pc/.version diff --git a/.gitignore b/.gitignore index bedbed2..966b40f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ doc/ipmievd.8 doc/ipmitool.1 cscope.out tags +.pc/ +debian/files diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches deleted file mode 100644 index 6857a8d..0000000 --- a/.pc/.quilt_patches +++ /dev/null @@ -1 +0,0 @@ -debian/patches diff --git a/.pc/.quilt_series b/.pc/.quilt_series deleted file mode 100644 index c206706..0000000 --- a/.pc/.quilt_series +++ /dev/null @@ -1 +0,0 @@ -series diff --git a/.pc/.version b/.pc/.version deleted file mode 100644 index 0cfbf08..0000000 --- a/.pc/.version +++ /dev/null @@ -1 +0,0 @@ -2 -- cgit v1.2.3 From 58fd157a674f5edc9cd8fe3e80b98ea721372128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 25 Dec 2022 14:34:09 +0100 Subject: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4e88bd1..aed4a04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -ipmitool (1.8.19-2) UNRELEASED; urgency=medium +ipmitool (1.8.19-2) unstable; urgency=medium * New debian/patches/0110-unpdate_IANA_URL.patch (Closes: #1023312): - Fix IANA url. - -- Jörg Frings-Fürst Sun, 30 Oct 2022 18:13:10 +0100 + -- Jörg Frings-Fürst Sun, 25 Dec 2022 14:32:31 +0100 ipmitool (1.8.19-1) unstable; urgency=medium -- cgit v1.2.3