[mate-user-guide] 01/01: Initial import.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Tue Jun 16 16:16:51 UTC 2015


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

flexiondotorg-guest pushed a commit to branch master
in repository mate-user-guide.

commit d4ec9fd54a70cb5323b5662547fbb1922d49c876
Author: Martin Wimpress <code at flexion.org>
Date:   Tue Jun 16 17:13:41 2015 +0100

    Initial import.
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     |  1 +
 debian/rules         | 16 ++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 46 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c3b1052
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mate-user-guide (1.10.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Martin Wimpress <code at flexion.org>  Sun, 14 Jun 2015 17:04:30 +0100
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..9213b96
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: mate-user-guide
+Section: docs
+Priority: optional
+Maintainer: Stefano Karapetsas <stefano at karapetsas.com>
+Build-Depends: debhelper (>= 9),
+               mate-common,
+               yelp-tools
+Standards-Version: 3.9.6
+Homepage: http://www.mate-desktop.org/
+
+Package: mate-user-guide
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         yelp
+Suggests: mate-desktop-environment
+Description: User documentation for MATE Desktop Environment
+ This package contains the user guide for MATE Desktop Environment and
+ its main applications.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1 @@
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..368203c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+DHFLAGS=--parallel
+
+%:
+	dh $@ $(DHFLAGS)
+
+override_dh_install:
+	dh_install --fail-missing
+
+override_dh_auto_configure:
+	NOCONFIGURE=1 ./autogen.sh
+	dh_auto_configure $(DHFLAGS) --
+
+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..ef8e5b6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://git.mate-desktop.org/mate-user-guide/ \
+    snapshot/mate-user-guide-(\d\.(?:[0-9]+|)[24680]\.\d)\.tar\.xz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-user-guide.git



More information about the pkg-mate-commits mailing list