summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog19
-rw-r--r--debian/compat1
-rw-r--r--debian/control30
-rw-r--r--debian/copyright101
-rw-r--r--debian/docs1
-rw-r--r--debian/maim.manpages1
-rwxr-xr-xdebian/rules36
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
9 files changed, 194 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b251848
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,19 @@
+maim (5.4.64-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * New upstream release (Closes: #869627), includes:
+ * fixing manpage path and build
+ * add missing dependencies (glm, xomposite, mesa, etc)
+ * Add slop to dependencies as it is required for building now (Closes:
+ #851593)
+ * Improve description (Closes: #819533)
+ * Remove dh-make template in debian/README.source
+ * Update to standards 4.0.0, no change
+
+ -- Antoine Beaupré <anarcat@debian.org> Sat, 29 Jul 2017 10:45:07 -0400
+
+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..314ae20
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+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
+ , mesa-common-dev
+ , libgl1-mesa-dev
+ , libglm-dev
+ , libxcomposite-dev
+ , slop
+Standards-Version: 4.0.0
+Homepage: https://github.com/naelstrof/maim
+Vcs-Git: https://github.com/naelstrof/maim.git
+
+Package: maim
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${misc:Depends}
+ , slop
+Description: takes screenshots of your desktop
+ maim (make image) takes screenshots of your desktop. It has options
+ to take only a region, and relies on another program called slop to
+ query the user for regions using the graphical interface.
+ .
+ maim is command line tool that is supposed to be an improved scrot.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..947f22c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,101 @@
+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+
+
+Files: modules/FindGLX.cmake
+Copyright: 2012, Benjamin Eikel
+License: BSD-3-clause
+
+Files: src/cxxopts.hpp
+Copyright: 2014-2016, Jarryd Beck
+License: Expat
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ * Neither the name of Kitware, Inc. nor the names of Contributors
+ may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+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".
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..36fdfe0
--- /dev/null
+++ b/debian/maim.manpages
@@ -0,0 +1 @@
+maim.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6f27c3b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,36 @@
+#!/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_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