Add wallpapers and sources

This commit is contained in:
Jeremy Soller 2024-06-26 07:52:32 -06:00
parent 5c1ea87ccb
commit f305f8d387
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
17 changed files with 90 additions and 0 deletions

5
debian/changelog vendored Normal file
View 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
View file

@ -0,0 +1 @@
10

13
debian/control vendored Normal file
View 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
View 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
View file

@ -0,0 +1 @@
3.0 (native)