Codebase list ioport / a59d393
Import Debian changes 1.2-2 ioport (1.2-2) UNRELEASED; urgency=medium * Initial release. (Closes: #886151) Lubomir Rintel 6 years ago
10 changed file(s) with 102 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ioport (1.2-2) UNRELEASED; urgency=medium
1
2 * Initial release. (Closes: #886151)
3
4 -- Lubomir Rintel <lkundrak@v3.sk> Tue, 05 Dec 2017 20:25:03 +0100
0 Source: ioport
1 Maintainer: Lubomir Rintel <lkundrak@v3.sk>
2 Section: misc
3 Priority: optional
4 Build-Depends: debhelper (>= 11)
5 Standards-Version: 4.1.2
6 Homepage: http://people.redhat.com/rjones/ioport/
7
8 Package: ioport
9 Architecture: i386 amd64
10 Depends: ${shlibs:Depends},
11 ${misc:Depends}
12 Description: direct access to I/O ports from the command line
13 This package provides tools to read and wrote to the I/O ports of PC
14 hardware directly from a script or a command line: inb, inw, inl,
15 outb, outw and outl.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1
2 Files: *
3 Copyright: 2009, Red Hat Inc.
4 License: GPL-2+
5
6 Files: debian/*
7 Copyright: 2017 Lubomir Rintel
8 License: GPL-2+
9
10 License: GPL-2+
11 This program is free software; you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation; version 2 dated June, 1991, or (at
14 your option) any later version.
15 .
16 On Debian systems, the complete text of version 2 of the GNU General
17 Public License can be found in '/usr/share/common-licenses/GPL-2'.
0 Description: Fix parallel make
1 .
2 ioport (1.2-1) UNRELEASED; urgency=medium
3 .
4 * Initial release. (Closes: #883628)
5 Author: Lubomir Rintel <lkundrak@v3.sk>
6
7 ---
8 The information above should follow the Patch Tagging Guidelines, please
9 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
10 are templates for supplementary fields that you might want to add:
11
12 Origin: vendor
13 Forwarded: no
14 Last-Update: 2017-12-05
15
16 --- ioport-1.2.orig/Makefile.am
17 +++ ioport-1.2/Makefile.am
18 @@ -4,7 +4,7 @@ inb_SOURCES = port.c
19 inb_CFLAGS = -Wall
20
21 # Make hard links for local testing before installation.
22 -all-local:
23 +all-local: $(bin_PROGRAMS)
24 for p in outb inw outw inl outl; do \
25 rm -f $$p; \
26 ln inb $$p; \
0 Description: Mark package as foreign to automake
1 Avoid complaints about missing AUTHORS, ChangeLog, etc.
2 .
3 ioport (1.2-1) UNRELEASED; urgency=medium
4 .
5 * Initial release. (Closes: #883628)
6 Author: Lubomir Rintel <lkundrak@v3.sk>
7
8 ---
9 The information above should follow the Patch Tagging Guidelines, please
10 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
11 are templates for supplementary fields that you might want to add:
12
13 Origin: vendor
14 Forwarded: no
15 Last-Update: 2017-12-05
16
17 --- ioport-1.2.orig/configure.ac
18 +++ ioport-1.2/configure.ac
19 @@ -1,5 +1,5 @@
20 AC_INIT(ioport,1.2)
21 -AM_INIT_AUTOMAKE
22 +AM_INIT_AUTOMAKE([foreign])
23
24 AC_PROG_CC
25 AM_PROG_CC_C_O
0 Mark-package-as-foreign-to-automake
1 Fix-parallel-make
0 #!/usr/bin/make -f
1 %:
2 dh $@
0 3.0 (quilt)
0 version=4
1 https://people.redhat.com/rjones/ioport/files/ \
2 @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate