initial release

This commit is contained in:
ferrreo 2023-06-26 19:52:46 +01:00
parent 9c76da7c53
commit a32579a544
12 changed files with 27 additions and 27 deletions

View File

@ -0,0 +1 @@
etc

View File

@ -0,0 +1,5 @@
ananicy-rules (1.0.0-99pika1) lunar; urgency=medium
* Initial release.
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000

View File

@ -0,0 +1,13 @@
Source: ananicy-rules
Section: main
Priority: optional
Maintainer: ferrreo <harderthanfire@gmail.com>
Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Package: ananicy-rules
Architecture: linux-any
Depends: ${misc:Depends}, ananicy-cpp
Provides: ananicy-rules
Description: a base set of ananicy-rules

View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
systemctl enable ananicy-cpp --now
systemctl start ananicy-cpp

View File

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
upstream-name (pkgver-pkgrel) distro_codename; urgency=medium
* Initial release. (Closes: #nnnn) <nnnn is the bug number of your ITP>
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000

19
debian/control vendored
View File

@ -1,19 +0,0 @@
Source: upstream-name
Section: admin
Priority: optional
Maintainer: name <email>
Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Package: pkgname1
Architecture: linux-any
# Delete any of these lines if un-used
Depends: ${misc:Depends}, depends
Recommends: high priority optdepends
Conflicts: conflicts
Suggests: low priority optdepends
Breaks: also conflicts!?
Provides: provides
#
Description: pkgdesc

View File

@ -3,9 +3,8 @@
DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=noninteractive
# Clone Upstream # Clone Upstream
mkdir -p ./src-pkg-name cd ananicy-rules
cp -rvf ./debian ./src-pkg-name/ git clone https://github.com/CachyOS/ananicy-rules.git ./etc/ananicy.d
cd ./src-pkg-name/
# Get build deps # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y