initial release
This commit is contained in:
parent
9c76da7c53
commit
a32579a544
1
ananicy-rules/debian/ananicy-rules.install
Normal file
1
ananicy-rules/debian/ananicy-rules.install
Normal file
@ -0,0 +1 @@
|
||||
etc
|
5
ananicy-rules/debian/changelog
Normal file
5
ananicy-rules/debian/changelog
Normal 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
|
13
ananicy-rules/debian/control
Normal file
13
ananicy-rules/debian/control
Normal 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
|
6
ananicy-rules/debian/postinst
Normal file
6
ananicy-rules/debian/postinst
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
systemctl enable ananicy-cpp --now
|
||||
systemctl start ananicy-cpp
|
0
ananicy-rules/etc/ananicy.d/empty
Normal file
0
ananicy-rules/etc/ananicy.d/empty
Normal file
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
19
debian/control
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user