Skip to content

Commit

Permalink
debian: add packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Jun 15, 2020
1 parent 298282e commit fe28261
Show file tree
Hide file tree
Showing 11 changed files with 719 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.builder
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
RPM_SPEC_FILES := qubes-artwork.spec
DEBIAN_BUILD_DIRS := debian

# vim: ft=make
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
qubes-artwork (4.1.5-2) unstable; urgency=medium

Initial commit

-- Frédéric Pierret (fepitre) <[email protected]> Sun, 14 Jun 2020 10:00:00 +0200
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
19 changes: 19 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Source: qubes-artwork
Section: general
Priority: extra
Maintainer: Frédéric Pierret (fepitre) <[email protected]>
Build-Depends:
debhelper (>= 10~),
inkscape,
imagemagick,
librsvg2-bin,
netpbm,
fonts-roboto,
qubes-img-converter
Standards-Version: 3.9.5
Homepage: http://www.qubes-os.org

Package: qubes-artwork
Section: general
Architecture: amd64
Description: Qubes-branded backgrounds, icons, themes.
22 changes: 22 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: qubes-artwork
Source: <http://www.qubes-os.org/>

Files: debian/*
Copyright: 2020 Frédéric Pierret (fepitre) <[email protected]> License: GPL-2+
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
651 changes: 651 additions & 0 deletions debian/install

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk
export DESTDIR=$(shell pwd)/debian/tmp

%:
dh $@

override_dh_auto_install:
make install

override_dh_install:
dh_install --fail-missing
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
4 changes: 4 additions & 0 deletions debian/source/options
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
extend-diff-ignore = "(^|/)(.git/.*)$"
extend-diff-ignore = "(^|/)(deb/.*)$"
extend-diff-ignore = "(^|/)(pkgs/.*)$"
extend-diff-ignore = "(^|/)(rpm/.*)$"
2 changes: 1 addition & 1 deletion qubes-artwork.spec.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: qubes-artwork
Version: @VERSION@
Release: 2%{?dist}
Release: @REL@%{?dist}

Summary: Qubes branding
License: CC BY-SA 4.0 International, GPL v2
Expand Down
1 change: 1 addition & 0 deletions rel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2

0 comments on commit fe28261

Please sign in to comment.