parent
2052514dc9
commit
efa74b0d02
@ -0,0 +1,5 @@
|
||||
rtl8168-eeprom (1.0.0) unstable; urgency=medium
|
||||
|
||||
* Initial debian packaging.
|
||||
|
||||
-- Oliver Smith <osmith@sysmocom.de> Mon, 09 May 2022 16:28:19 +0200
|
@ -0,0 +1 @@
|
||||
10
|
@ -0,0 +1,14 @@
|
||||
Source: rtl8168-eeprom
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Oliver Smith <osmith@sysmocom.de>
|
||||
Standards-Version: 4.5.0
|
||||
Build-Depends: debhelper (>= 10),
|
||||
gcc,
|
||||
libpci-dev,
|
||||
pkg-config
|
||||
Homepage: https://gitea.sysmocom.de/sysmocom/rtl8168-eeprom
|
||||
|
||||
Package: rtl8168-eeprom
|
||||
Architecture: any
|
||||
Description: Tool to set MAC address in EEPROM of RTL8168/8111E devices
|
@ -0,0 +1,23 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: rtl8168-eeprom
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright 2015 Harald Welte <hwelte@sysmocom.de>
|
||||
License: GPL-2+
|
||||
|
||||
License: GPL-2+
|
||||
This program is free software; you can redistribute it
|
||||
and/or modify it under the terms of the GNU General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later
|
||||
version.
|
||||
.
|
||||
This program is distributed in the hope that it will be
|
||||
useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||
PURPOSE. See the GNU General Public License for more
|
||||
details.
|
||||
.
|
||||
On Debian systems, the full text of the GNU General Public
|
||||
License version 2 can be found in the file
|
||||
`/usr/share/common-licenses/GPL-2'.
|
@ -0,0 +1 @@
|
||||
/rtl8168-eeprom /usr/bin/
|
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
@ -0,0 +1 @@
|
||||
3.0 (native)
|
Loading…
Reference in new issue