DEBIAN: move to .debian/
This commit is contained in:
parent
f9772fd8a9
commit
18cf4f13b4
|
@ -7,8 +7,7 @@ Maintainer: Jeff Carr <jcarr@wit.com>
|
||||||
Installed-Size: 5883
|
Installed-Size: 5883
|
||||||
Depends: linux-base | systemd
|
Depends: linux-base | systemd
|
||||||
Recommends: initramfs-tools
|
Recommends: initramfs-tools
|
||||||
Replaces: firmware-linux-nonfree (<< 20151018-1~)
|
Replaces: firmware-linux-nonfree, firmware-amd-graphics
|
||||||
Breaks: firmware-linux-nonfree
|
|
||||||
Suggests: initramfs-tools
|
Suggests: initramfs-tools
|
||||||
Section: non-free/kernel
|
Section: non-free/kernel
|
||||||
Priority: optional
|
Priority: optional
|
|
@ -1,8 +1,7 @@
|
||||||
info:
|
all: clean add-firmware-files md5sum create info
|
||||||
@echo 'make all # will generate a debian package of all the firmware files'
|
|
||||||
dpkg-deb --info linux-firmware.deb
|
|
||||||
|
|
||||||
all: clean add-firmware-files md5sum create
|
info:
|
||||||
|
dpkg-deb --info linux-firmware.deb
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf linux-firmware.deb
|
rm -rf linux-firmware.deb
|
||||||
|
@ -11,7 +10,7 @@ clean:
|
||||||
|
|
||||||
add-firmware-files:
|
add-firmware-files:
|
||||||
mkdir -p files/lib/firmware
|
mkdir -p files/lib/firmware
|
||||||
cp -a ../amdgpu files/lib/firmware/
|
cp -a ../[a-zA-Z0123456789]* files/lib/firmware/
|
||||||
|
|
||||||
# debian stores the calcuated md5sum checksums for each file in the package
|
# debian stores the calcuated md5sum checksums for each file in the package
|
||||||
md5sum:
|
md5sum:
|
|
@ -1,4 +1,4 @@
|
||||||
debian/files/lib/firmware/
|
.debian/files/lib/firmware/
|
||||||
debian/*.deb
|
.debian/*.deb
|
||||||
debian/*.tar.xz
|
.debian/*.tar.xz
|
||||||
debian/DEBIAN/md5sums
|
.debian/DEBIAN/md5sums
|
||||||
|
|
Loading…
Reference in New Issue