first commit
This commit is contained in:
commit
089158f297
239 changed files with 2841 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
cosmic-icons (0.1.0) UNRELEASED; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Ashley Wulber <ashley@system76.com> Fri, 28 Jul 2023 09:39:19 -0700
|
||||
15
debian/control
vendored
Normal file
15
debian/control
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Source: cosmic-icons
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Ashley Wulber <ashley@system76.com>
|
||||
Build-Depends:
|
||||
debhelper (>= 11),
|
||||
debhelper-compat (= 11),
|
||||
just,
|
||||
Standards-Version: 4.3.0
|
||||
Homepage: https://github.com/pop-os/cosmic-icons
|
||||
|
||||
Package: cosmic-icons
|
||||
Architecture: amd64 arm64
|
||||
Depends:
|
||||
Description: Cosmic Icons
|
||||
9
debian/copyright
vendored
Normal file
9
debian/copyright
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: cosmic-icons
|
||||
Source: https://github.com/pop-os/cosmic-icons
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright 2022 System76
|
||||
License: CC BY-SA 4.0
|
||||
The complete text of the Mozilla Public License 2.0 can be found in
|
||||
the file `/usr/share/common-licenses/CC BY-SA 4.0'.
|
||||
2
debian/install
vendored
Normal file
2
debian/install
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/freedesktop/scalable/*
|
||||
/extra/scalable/*
|
||||
11
debian/rules
vendored
Executable file
11
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
DESTDIR = debian/cosmic-icons
|
||||
CLEAN ?= 1
|
||||
VENDOR ?= 1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_install:
|
||||
just rootdir=$(DESTDIR) install
|
||||
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
||||
Loading…
Add table
Add a link
Reference in a new issue