[SCM] mate-calc Debian package branch, master, updated. 6ab75b32c885c9020a268f3679f9be502b7582ca
Mike Gabriel
sunweaver at alioth.debian.org
Thu Aug 15 22:43:39 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-calc.git;a=commitdiff;h=6ab75b3
The following commit has been merged in the master branch:
commit 6ab75b32c885c9020a268f3679f9be502b7582ca
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Aug 16 00:43:10 2013 +0200
add /debian packaging folder as provided by upstream internal packaging repos
---
debian/changelog | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 30 ++++++++++++++++++++++++++++
debian/copyright | 43 ++++++++++++++++++++++++++++++++++++++++
debian/rules | 15 ++++++++++++++
debian/source/format | 1 +
debian/watch | 3 +++
7 files changed, 146 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..22e6d5b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,53 @@
+mate-calc (1.6.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Mon, 01 Apr 2013 01:08:09 +0200
+
+mate-calc (1.5.2-1) unstable; urgency=low
+
+ * New upstream development release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Sat, 23 Mar 2013 12:11:05 +0100
+
+mate-calc (1.5.0-1) unstable; urgency=low
+
+ * New upstream development release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Sat, 03 Nov 2012 21:52:50 +0100
+
+mate-calc (1.4.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Steve Zesch <stevezesch2 at gmail.com> Sun, 15 Jul 2012 13:34:23 -0400
+
+mate-calc (1.2.0-2) unstable; urgency=low
+
+ * Rebuild for precise.
+
+ -- Steve Zesch <stevezesch2 at gmail.com> Fri, 30 Mar 2012 20:28:26 -0400
+
+mate-calc (1.2.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Wed, 14 Mar 2012 01:15:52 +0100
+
+mate-calc (1.1.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Tue, 13 Dec 2011 23:17:32 +0100
+
+mate-calc (1.0.3-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Wed, 09 Nov 2011 02:36:20 +0100
+
+mate-calc (1.0.2-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Stefano Karapetsas <stefano at karapetsas.com> Tue, 08 Nov 2011 00:16:18 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d47c897
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: mate-calc
+Section: math
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Uploaders: Steve Zesch <stevezesch2 at gmail.com>
+Build-Depends: cdbs,
+ debhelper (>= 8),
+ libatk1.0-dev,
+ libglib2.0-dev,
+ libgtk2.0-dev,
+ scrollkeeper,
+ intltool,
+ libxml2-dev,
+ flex,
+ bison,
+ mate-doc-utils,
+ mate-doc-utils-gnome | gnome-doc-utils,
+ mate-common
+Standards-Version: 3.9.3
+Homepage: http://www.mate-desktop.org/
+
+Package: mate-calc
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Recommends: mate-icon-theme
+Description: MATE desktop calculator
+ mate-calc is a powerful graphical calculator with financial, logical and
+ scientific modes. It uses a multiple precision package to do its arithmetic
+ to give a high degree of accuracy.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4427591
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+ Stefano Karapetsas <stefano at karapetsas.com> on Tue, 08 Nov 2011 00:16:18 +0100
+
+It was downloaded from:
+
+ <https://github.com/Perberos/Mate-Extra>
+
+Upstream Author:
+
+ Perberos <perberos at gmail.com>
+
+Copyright:
+
+ Copyright (C) 2011 Perberos
+
+License:
+
+ 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".
+
+The Debian packaging is:
+
+ Copyright (C) 2011 Stefano Karapetsas <stefano at karapetsas.com>
+
+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.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5cbb779
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_DH_INSTALL_ARGS += --list-missing
+
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
+
+# taken from gcalctool:
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
+
+get-orig-source:
+ uscan --noconf --force-download --rename --download-current-version --destdir=..
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/watch b/debian/watch
new file mode 100644
index 0000000..4c65c1e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.*\/mate-calc-?([\d\.-]+)\.tar\.gz/mate-calc-$1.tar.gz/ \
+https://github.com/mate-desktop/mate-calc/tags .*/archive/mate-calc-?([\d\.]+).tar.gz
--
mate-calc Debian package
More information about the pkg-mate-commits
mailing list