diff options
author | 2019-05-23 15:16:59 +0200 | |
---|---|---|
committer | 2019-05-23 15:17:25 +0200 | |
commit | b35ba5f1c05bf6d9f9f79d29952f9ba953bb91b8 (patch) | |
tree | 8e4df906b6ec18b8b71d586a6ab6f6dd23630090 /deb/flat-remix-1.89 | |
parent | efcf3e30c4a9883adda0a2991eab649363d2965e (diff) | |
download | flat-remix-b35ba5f1c05bf6d9f9f79d29952f9ba953bb91b8.tar.gz flat-remix-b35ba5f1c05bf6d9f9f79d29952f9ba953bb91b8.zip |
Add launchpad automated release
Diffstat (limited to 'deb/flat-remix-1.89')
-rw-r--r-- | deb/flat-remix-1.89/debian/changelog | 5 | ||||
-rw-r--r-- | deb/flat-remix-1.89/debian/compat | 1 | ||||
-rw-r--r-- | deb/flat-remix-1.89/debian/control | 22 | ||||
-rw-r--r-- | deb/flat-remix-1.89/debian/install | 12 | ||||
-rwxr-xr-x | deb/flat-remix-1.89/debian/rules | 5 |
5 files changed, 0 insertions, 45 deletions
diff --git a/deb/flat-remix-1.89/debian/changelog b/deb/flat-remix-1.89/debian/changelog deleted file mode 100644 index d68ce1031..000000000 --- a/deb/flat-remix-1.89/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -flat-remix (1.89) disco; urgency=low - - * Release 1.89 - - -- Daniel Ruiz de Alegría <daniel@drasite.com> Thu, 25 Apr 2019 07:46:59 +0200 diff --git a/deb/flat-remix-1.89/debian/compat b/deb/flat-remix-1.89/debian/compat deleted file mode 100644 index ec635144f..000000000 --- a/deb/flat-remix-1.89/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/deb/flat-remix-1.89/debian/control b/deb/flat-remix-1.89/debian/control deleted file mode 100644 index b1771456e..000000000 --- a/deb/flat-remix-1.89/debian/control +++ /dev/null @@ -1,22 +0,0 @@ -Source: flat-remix -Section: misc -Priority: optional -Maintainer: Daniel Ruiz de Alegría <daniel@drasite.com> -Build-Depends: debhelper (>= 9) -Homepage: https://drasite.com/flat-remix - -Package: flat-remix -Architecture: any -Description: Flat Remix ICON theme - Flat remix is a pretty simple icon theme inspired on material design following a modern design using "flat" colors with high contrasts and sharp borders. - . - Themes: - • Flat Remix: main theme - • Flat Remix Dark: for dark interfaces - • Flat Remix Light: for light interfaces - . - Folder variants: - • Blue Folders - • Green Folders - • Red Folders - • Yellow Folders diff --git a/deb/flat-remix-1.89/debian/install b/deb/flat-remix-1.89/debian/install deleted file mode 100644 index 59eb9f8aa..000000000 --- a/deb/flat-remix-1.89/debian/install +++ /dev/null @@ -1,12 +0,0 @@ -Flat-Remix-Blue usr/share/icons/ -Flat-Remix-Blue-Dark usr/share/icons/ -Flat-Remix-Blue-Light usr/share/icons/ -Flat-Remix-Red usr/share/icons/ -Flat-Remix-Red-Dark usr/share/icons/ -Flat-Remix-Red-Light usr/share/icons/ -Flat-Remix-Green usr/share/icons/ -Flat-Remix-Green-Dark usr/share/icons/ -Flat-Remix-Green-Light usr/share/icons/ -Flat-Remix-Yellow usr/share/icons/ -Flat-Remix-Yellow-Dark usr/share/icons/ -Flat-Remix-Yellow-Light usr/share/icons/ diff --git a/deb/flat-remix-1.89/debian/rules b/deb/flat-remix-1.89/debian/rules deleted file mode 100755 index abde6ef22..000000000 --- a/deb/flat-remix-1.89/debian/rules +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ - |