Compare commits

...

10 Commits

Author SHA1 Message Date
Hibby 31bc60e3a1
Add the preference file, get it in place. 2024-11-05 22:52:22 +00:00
Hibby 7250ae62ff
Update so it works 2024-09-25 00:44:55 +01:00
Hibby 2a7aa8b56a
little tweak 2024-09-25 00:02:34 +01:00
Hibby a0a074a57d
little tweak 2024-09-24 22:55:02 +01:00
Hibby 7a9c577da0
First trixie release 2024-08-26 22:39:13 +01:00
Hibby ac7c6bc04b
I think this is the last one... 2024-08-26 22:35:33 +01:00
Hibby a3fc4e8ebd
typo fix 2024-08-26 22:26:25 +01:00
Hibby 4aa4a282e1
bullseye release 2024-08-26 22:18:47 +01:00
Hibby f4ab89f8ea
packetrepo-bullseye packaging cleanliness 2024-08-26 22:12:54 +01:00
Hibby d705309f6c
packetrepo-bullseye sources 2024-08-26 22:11:01 +01:00
12 changed files with 37 additions and 8 deletions

25
debian/changelog vendored
View File

@ -1,3 +1,28 @@
hibbian-archive-keyring (20240924~packetrepo~TRIXIE+3) trixie-packetrepo-stable; urgency=medium
* Insert the preference file
-- Dave Hibberd <hibby@debian.org> Tue, 05 Nov 2024 22:52:10 +0000
hibbian-archive-keyring (20240924~packetrepo~TRIXIE+2) trixie-packetrepo-stable; urgency=medium
* Get the file in the right folder first time!
-- Dave Hibberd <hibby@debian.org> Wed, 25 Sep 2024 00:44:43 +0100
hibbian-archive-keyring (20240924~packetrepo~TRIXIE+1) trixie-packetrepo-stable; urgency=medium
* The three OSes are now harder forks
* Copy direct to /etc/apt/sources.list.d/
-- Dave Hibberd <hibby@debian.org> Tue, 24 Sep 2024 22:56:29 +0100
hibbian-archive-keyring (20240826~packetrepo~TRIXIE+1) trixie-packetrepo-stable; urgency=medium
* Build for Trixie packetrepo
-- Dave Hibberd <hibby@debian.org> Mon, 26 Aug 2024 22:13:38 +0100
hibbian-archive-keyring (20240817205831~hibbian+1) bookworm-hibbian-unstable; urgency=medium
* Automatic keyring package for archive 'hibbian'.

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

5
debian/control vendored
View File

@ -2,8 +2,9 @@ Source: hibbian-archive-keyring
Section: misc
Priority: optional
Maintainer: mini-buildd archive hibbian <repository@maxwell.hibbian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 4.0.0
Uploaders: Dave Hibberd <hibby@debian.org>
Build-Depends: debhelper-compat (=12)
Standards-Version: 4.5.1
Package: hibbian-archive-keyring
Architecture: all

3
debian/install vendored
View File

@ -1,4 +1,5 @@
hibbian-archive-keyring.gpg usr/share/keyrings/
hibbian-archive-keyring.gpg etc/apt/trusted.gpg.d/
sources.list.d/bookworm/packetrepo_stable.list etc/apt/sources.list.d/
sources.list.d/ usr/share/hibbian-archive-keyring/
certs/ usr/share/hibbian-archive-keyring/
hibbian.pref etc/apt/preferences.d/

1
debian/lintian-overrides vendored Normal file
View File

@ -0,0 +1 @@
hibbian-archive-keyring: package-installs-apt-sources

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)

3
hibbian.pref Normal file
View File

@ -0,0 +1,3 @@
Package: *
Pin: release o=Hibbian
Pin-Priority: 600

View File

@ -1 +0,0 @@
deb [] http://repo.hibbian.org/hibbian bookworm-hibbian-stable main contrib non-free non-free-firmware

View File

@ -1 +0,0 @@
deb-src [] http://repo.hibbian.org/hibbian bookworm-hibbian-stable main contrib non-free non-free-firmware

View File

@ -1 +0,0 @@
deb [] http://repo.hibbian.org/hibbian bookworm-hibbian-unstable main contrib non-free non-free-firmware

View File

@ -1 +0,0 @@
deb-src [] http://repo.hibbian.org/hibbian bookworm-hibbian-unstable main contrib non-free non-free-firmware

View File

@ -0,0 +1,2 @@
deb [] http://repo.hibbian.org/packetrepo trixie-packetrepo-stable main contrib non-free non-free-firmware
deb-src [] http://repo.hibbian.org/packetrepo trixie-packetrepo-stable main contrib non-free non-free-firmware