Add wallpapers and sources
This commit is contained in:
parent
5c1ea87ccb
commit
f305f8d387
17 changed files with 90 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
cosmic-wallpapers (1.0.0) jammy; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Jeremy Soller <jeremy@system76.com> Thu, 21 Sep 2017 11:54:47 -0600
|
||||
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
10
|
||||
13
debian/control
vendored
Normal file
13
debian/control
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Source: cosmic-wallpapers
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Jeremy Soller <jeremy@system76.com>
|
||||
Build-Depends: debhelper (>= 10), imagemagick
|
||||
Standards-Version: 3.9.8
|
||||
Homepage: https://github.com/pop-os/cosmic-wallpapers
|
||||
Vcs-Git: https://github.com/pop-os/cosmic-wallpapers.git
|
||||
|
||||
Package: cosmic-wallpapers
|
||||
Architecture: all
|
||||
Description: COSMIC Wallpapers
|
||||
A collection of wallpapers for the COSMIC Desktop Environment
|
||||
8
debian/rules
vendored
Executable file
8
debian/rules
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
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