Compare commits
8 Commits
hibbian/la
...
packetrepo
Author | SHA1 | Date |
---|---|---|
Hibby | acc80baf22 | |
Hibby | d19fc4e6f3 | |
Hibby | 5f16bdf597 | |
Hibby | ac7c6bc04b | |
Hibby | a3fc4e8ebd | |
Hibby | 4aa4a282e1 | |
Hibby | f4ab89f8ea | |
Hibby | d705309f6c |
|
@ -1,3 +1,41 @@
|
|||
hibbian-archive-keyring (20240924~packetrepo11+3) bullseye-packetrepo-stable; urgency=medium
|
||||
|
||||
* Let's get that preference file here too!
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Tue, 05 Nov 2024 22:53:41 +0000
|
||||
|
||||
hibbian-archive-keyring (20240924~packetrepo11+2) bullseye-packetrepo-stable; urgency=medium
|
||||
|
||||
* Correct folder this time
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Wed, 25 Sep 2024 00:46:29 +0100
|
||||
|
||||
hibbian-archive-keyring (20240924~packetrepo11+1) bullseye-packetrepo-stable; urgency=medium
|
||||
|
||||
* Install straight to /etc/apt/sources.list.d
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Tue, 24 Sep 2024 23:17:33 +0100
|
||||
|
||||
hibbian-archive-keyring (20240826~packetrepo11+3) bullseye-packetrepo-stable; urgency=medium
|
||||
|
||||
* This time we can maybe get the name of the distro right!
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Mon, 26 Aug 2024 22:35:05 +0100
|
||||
|
||||
hibbian-archive-keyring (20240826~packetrepo11+2) bullseye-packetrepo-stable; urgency=medium
|
||||
|
||||
* Fix a typo of packeterpo
|
||||
* ah we'll just stick through some packaging updates too
|
||||
- remember to drink some water.
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Mon, 26 Aug 2024 22:20:20 +0100
|
||||
|
||||
hibbian-archive-keyring (20240826~packetrepo11+1) bullseye-packetrepo-stable; urgency=medium
|
||||
|
||||
* Build for bullseye 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 +0,0 @@
|
|||
9
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
|
@ -0,0 +1,3 @@
|
|||
Package: *
|
||||
Pin: release o=Hibbian
|
||||
Pin-Priority: 600
|
|
@ -1 +0,0 @@
|
|||
deb [] http://repo.hibbian.org/hibbian bookworm-hibbian-stable main contrib non-free non-free-firmware
|
|
@ -1 +0,0 @@
|
|||
deb-src [] http://repo.hibbian.org/hibbian bookworm-hibbian-stable main contrib non-free non-free-firmware
|
|
@ -1 +0,0 @@
|
|||
deb [] http://repo.hibbian.org/hibbian bookworm-hibbian-unstable main contrib non-free non-free-firmware
|
|
@ -1 +0,0 @@
|
|||
deb-src [] http://repo.hibbian.org/hibbian bookworm-hibbian-unstable main contrib non-free non-free-firmware
|
|
@ -0,0 +1,2 @@
|
|||
deb [] http://repo.hibbian.org/packetrepo bullseye-packetrepo-stable main contrib non-free non-free-firmware
|
||||
deb-src [] http://repo.hibbian.org/packetrepo bullseye-packetrepo-stable main contrib non-free non-free-firmware
|
Loading…
Reference in New Issue