Codebase list ioport / 8dc87be
Drop patch Mark-package-as-foreign-to-automake, present upstream. Debian Janitor 2 years ago
3 changed file(s) with 1 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
00 ioport (1.2+git20180106.1.72e774a-1) UNRELEASED; urgency=low
11
22 * New upstream snapshot.
3 * Drop patch Mark-package-as-foreign-to-automake, present upstream.
34
45 -- Debian Janitor <janitor@jelmer.uk> Thu, 03 Jun 2021 13:00:17 -0000
56
+0
-24
debian/patches/Mark-package-as-foreign-to-automake less more
0 From: Lubomir Rintel <lkundrak@v3.sk>
1 Date: Fri, 5 Jan 2018 11:04:22 +0100
2 Subject: Mark package as foreign to automake
3
4 Avoid complaints about missing AUTHORS, ChangeLog, etc.
5
6 ioport (1.2-1) UNRELEASED; urgency=medium
7
8 * Initial release. (Closes: #883628)
9 ---
10 configure.ac | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/configure.ac b/configure.ac
14 index 5cb6c2c..b63977f 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -1,5 +1,5 @@
18 AC_INIT(ioport,1.2)
19 -AM_INIT_AUTOMAKE
20 +AM_INIT_AUTOMAKE([foreign])
21
22 AC_PROG_CC
23 AM_PROG_CC_C_O
0 Mark-package-as-foreign-to-automake
10 Fix-parallel-make