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
|
||||
Depends: linux-base | systemd
|
||||
Recommends: initramfs-tools
|
||||
Replaces: firmware-linux-nonfree (<< 20151018-1~)
|
||||
Breaks: firmware-linux-nonfree
|
||||
Replaces: firmware-linux-nonfree, firmware-amd-graphics
|
||||
Suggests: initramfs-tools
|
||||
Section: non-free/kernel
|
||||
Priority: optional
|
|
@ -1,8 +1,7 @@
|
|||
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
|
||||
|
||||
all: clean add-firmware-files md5sum create
|
||||
info:
|
||||
dpkg-deb --info linux-firmware.deb
|
||||
|
||||
clean:
|
||||
rm -rf linux-firmware.deb
|
||||
|
@ -11,7 +10,7 @@ clean:
|
|||
|
||||
add-firmware-files:
|
||||
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
|
||||
md5sum:
|
|
@ -1,4 +1,4 @@
|
|||
debian/files/lib/firmware/
|
||||
debian/*.deb
|
||||
debian/*.tar.xz
|
||||
debian/DEBIAN/md5sums
|
||||
.debian/files/lib/firmware/
|
||||
.debian/*.deb
|
||||
.debian/*.tar.xz
|
||||
.debian/DEBIAN/md5sums
|
||||
|
|
Loading…
Reference in New Issue