summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick O'Doherty <p@trickod.com>2016-03-14 00:06:37 -0400
committerPatrick O'Doherty <p@trickod.com>2016-03-14 00:06:37 -0400
commitb26188a08c1c329eb8b07d1dbfb310f3edde4802 (patch)
tree3fed3687b1a2c5fd04b72f86cce214c2b49b4872
parent6d36cc6ec5e97c715dc8162fc6efe172133bf268 (diff)
parent73432132ecb068eabff9fb38213ad9241ab256d5 (diff)
maim (3.3.41-1) unstable; urgency=low
* Initial release (Closes: #819330) [dgit import unpatched maim 3.3.41-1]
-rw-r--r--debian/README.source10
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control16
-rw-r--r--debian/copyright46
-rw-r--r--debian/docs1
-rw-r--r--debian/maim.manpages1
-rwxr-xr-xdebian/rules40
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
10 files changed, 125 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..a5c5882
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,10 @@
+maim for Debian
+---------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+ -- Patrick O'Doherty <p@trickod.com> Sun, 13 Mar 2016 21:06:37 -0700
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5b1bebd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+maim (3.3.41-1) unstable; urgency=low
+
+ * Initial release (Closes: #819330)
+
+ -- Patrick O'Doherty <p@trickod.com> Sun, 13 Mar 2016 21:06:37 -0700
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..fd0e0aa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: maim
+Section: x11
+Priority: optional
+Maintainer: Patrick O'Doherty <p@trickod.com>
+Build-Depends: debhelper (>= 9), cmake, ruby-ronn, libimlib2-dev, libxrandr-dev, libxfixes-dev
+Standards-Version: 3.9.6
+Homepage: https://github.com/naelstrof/maim
+Vcs-Git: https://github.com/naelstrof/maim.git
+
+Package: maim
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: takes screenshts of your desktop
+ maim (make image) takes screenshots of your desktop. It has options to take
+ only a region, and relies on slop to query for regions. maim is supposed to be
+ an improved scrot. \ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c03fa87
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: maim
+Source: https://github.com/naelstrof/maim
+
+Files: *
+Copyright: 2014-2016 Dalton Nell
+ 2014-2016 Maim Contributors (https://github.com/naelstrof/maim/graphs/contributors)
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2016 Patrick O'Doherty <p@trickod.com>
+License: GPL-2+
+
+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 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 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+License: GPL-2+
+ 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 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". \ No newline at end of file
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/maim.manpages b/debian/maim.manpages
new file mode 100644
index 0000000..43eb18c
--- /dev/null
+++ b/debian/maim.manpages
@@ -0,0 +1 @@
+man-src/maim.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..10156ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,40 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+# main packaging script based on dh7 syntax
+%:
+ dh $@
+
+override_dh_auto_build:
+ dh_auto_build --
+ ronn -r man-src/maim.1.ronn
+
+override_dh_auto_clean:
+ dh_auto_clean --
+ rm -rf src/cmdline.h Makefile CMakeCache.txt CMakeFiles cmake_install.cmake
+
+# debmake generated override targets
+# This is example for Cmake (See http://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+# dh_auto_configure -- \
+# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
+
+
+
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..d7add4a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/maim-$1\.tar\.gz/ \
+ https://github.com/naelstrof/maim/tags .*/v?(\d\S*)\.tar\.gz \ No newline at end of file