[numix-icon-theme] 01/01: Initial release.

Jeremy Bicha jbicha-guest at moszumanska.debian.org
Mon Jun 20 21:23:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

jbicha-guest pushed a commit to branch master
in repository numix-icon-theme.

commit f6b5bdcfc1c3ae6bae9ece0fbfe56a7c607774c5
Author: Jeremy Bicha <jbicha at linux.com>
Date:   Mon Jun 20 17:23:17 2016 -0400

    Initial release.
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 19 +++++++++++++++++++
 debian/copyright         | 26 ++++++++++++++++++++++++++
 debian/install           |  1 +
 debian/patches/series    |  0
 debian/rules             | 25 +++++++++++++++++++++++++
 debian/source/format     |  1 +
 debian/upstream/metadata |  7 +++++++
 9 files changed, 85 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a6f7fbc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+numix-icon-theme (0~20160619-1) UNRELEASED; urgency=medium
+
+  * Initial release. Closes #
+
+ -- Jeremy Bicha <jbicha at linux.com>  Sun, 19 Jun 2016 19:57:57 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c8256c4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: numix-icon-theme
+Section: x11
+Priority: optional
+Maintainer: MATE Packaging Team <pkg-mate-team at lists.alioth.debian.org>
+Uploaders: Jeremy Bicha <jbicha at ubuntu.com>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.8
+Homepage: https://numixproject.org/
+Vcs-Browser: https://anonscm.debian.org/git/pkg-mate/numix-icon-theme.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-mate/numix-icon-theme.git
+
+
+Package: numix-icon-theme
+Architecture: all
+Depends: ${misc:Depends}
+Description: modern icon theme from the Numix project
+ The Numix icon theme is designed to look fresh, swishy and modern using
+ white symbols on vividly coloured background for applications and simplistic
+ devices, toolbars and status icons.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e976c40
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: numix-icon-theme
+Source: https://github.com/numixproject/numix-icon-theme
+
+Files: *
+Copyright: Copyright 2013 Satyajit Sahoo <satyajit.happy at gmail.com>
+License: GPL-3+
+ This program 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 3 of the License, or (at your option) any later
+ version.
+ .
+ This program 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 package. If not, see
+ <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..3898454
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+Numix*  usr/share/icons
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b8945e9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+PKD := $(abspath $(dir $(MAKEFILE_LIST)))
+VER := $(shell dpkg-parsechangelog -l$(PKD)/changelog -SVersion | cut -d- -f1)
+PKG := numix-icon-theme
+UURL := https://github.com/numixproject/numix-icon-theme.git
+COMMIT := 217701b74deb262b0073b4ea1b0e6b2a8cdfea2c
+
+.PHONY: get-orig-source
+## http://wiki.debian.org/onlyjob/get-orig-source
+## https://anonscm.debian.org/cgit/pkg-games/pangzero.git/commit/debian/rules?id=eeaefee
+get-orig-source get-packaged-orig-source:
+	@echo "# Cloning upstream git repository..."
+	git clone $(UURL) $(PKG)-$(VER) \
+	|| $(RM) -r $(PKG)-$(VER)
+	cd $(PKG)-$(VER) \
+	&& git checkout -b debiansource $(COMMIT) \
+	&& $(RM) -r .git .git*
+	@echo "# Packing..."
+	find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
+	| XZ_OPT="-6v" tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
+	&& $(RM) -r "$(PKG)-$(VER)"
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..579cc7f
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+Name: numix-icon-theme
+Bug-Database: https://github.com/numixproject/numix-icon-theme/issues
+Bug-Submit: https://github.com/numixproject/numix-icon-theme/issues/new
+Changelog: https://github.com/numixproject/numix-icon-theme/commits/master
+Donation: https://numixproject.org/
+Repository: https://github.com/numixproject/numix-icon-theme.git
+Repository-Browse: https://github.com/numixproject/numix-icon-theme

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/numix-icon-theme.git



More information about the pkg-mate-commits mailing list