This commit is contained in:
parent
dc8244d252
commit
6d0c87d830
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
hwdata (0.369-99pika1) lunar; urgency=medium
|
hwdata (0.370-99pika2.lunar) lunar; urgency=medium
|
||||||
|
|
||||||
* New upstream release && update to lunar.
|
* New upstream release && update to lunar.
|
||||||
|
|
||||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -18,3 +18,12 @@ Description: hardware identification / configuration data
|
|||||||
This package contains various hardware identification and configuration data,
|
This package contains various hardware identification and configuration data,
|
||||||
such as the pci.ids database, or the XFree86/xorg Cards database.
|
such as the pci.ids database, or the XFree86/xorg Cards database.
|
||||||
It is needed for the kudzu hardware detection.
|
It is needed for the kudzu hardware detection.
|
||||||
|
|
||||||
|
Package: hwdata-dev
|
||||||
|
Architecture: all
|
||||||
|
Multi-Arch: foreign
|
||||||
|
Depends: ${misc:Depends}, hwdata
|
||||||
|
Description: hardware identification / configuration data
|
||||||
|
This package contains various hardware identification and configuration data,
|
||||||
|
such as the pci.ids database, or the XFree86/xorg Cards database.
|
||||||
|
It is needed for the kudzu hardware detection (development headers).
|
2
main.sh
2
main.sh
@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com
|
|||||||
add-apt-repository ppa:pikaos/pika
|
add-apt-repository ppa:pikaos/pika
|
||||||
add-apt-repository ppa:kubuntu-ppa/backports
|
add-apt-repository ppa:kubuntu-ppa/backports
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://github.com/vcrhonek/hwdata -b v0.369
|
git clone https://github.com/vcrhonek/hwdata -b v0.370
|
||||||
sed -i 's#/usr/bin/env\ python#/usr/bin/env\ python3#' ./*
|
sed -i 's#/usr/bin/env\ python#/usr/bin/env\ python3#' ./*
|
||||||
cp -rvf ./debian ./hwdata/
|
cp -rvf ./debian ./hwdata/
|
||||||
cd ./hwdata
|
cd ./hwdata
|
||||||
|
@ -4,9 +4,6 @@ dpkg-sig --sign builder ./output/hwdata*.deb
|
|||||||
# Pull down existing ppa repo db files etc
|
# Pull down existing ppa repo db files etc
|
||||||
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
||||||
|
|
||||||
# Remove our existing package from the repo
|
|
||||||
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% hwdata*)'
|
|
||||||
|
|
||||||
# Add the new package to the repo
|
# Add the new package to the repo
|
||||||
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/hwdata*.deb
|
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/hwdata*.deb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user