--- subtle-0.11.3224-xi.orig/debian/changelog +++ subtle-0.11.3224-xi/debian/changelog @@ -0,0 +1,31 @@ +subtle (0.11.3224-xi-1) unstable; urgency=low + + * [eb054d1] Imported Upstream version 0.11.3216xi + * [e52f03b] Imported Upstream version 0.11.3224-xi + * [9d8690b] 10_fix_sur_dependency_checks is now upstream + * [5d4b36e] Use x-terminal-emulator instead of rxvt (Closes: #650340) + * [4fa366e] Provide x-window-manager (Closes: #663994) + * [20d79e1] Bump standards version (No changes) + * [e1331b1] Use debhelper 9 for buildflags support + + -- Alexander Wirt Thu, 21 Jun 2012 17:54:36 +0200 + +subtle (0.10.3008nu-3) unstable; urgency=low + + * [ef58a45] Add dpatch support + * [477ecc9] Don't rely on gem to check depencys for sublets + + -- Alexander Wirt Sat, 05 Nov 2011 22:09:48 +0100 + +subtle (0.10.3008nu-2) unstable; urgency=low + + * [7a302c7] Add VCS fields to control file + * [81803e3] Add dependency on ruby-archive-tar-minitar (for sur) + + -- Alexander Wirt Tue, 23 Aug 2011 19:31:33 +0200 + +subtle (0.10.3008nu-1) unstable; urgency=low + + * Initial release (Closes: #638650) + + -- Alexander Wirt Fri, 19 Aug 2011 11:40:41 +0200 --- subtle-0.11.3224-xi.orig/debian/docs +++ subtle-0.11.3224-xi/debian/docs @@ -0,0 +1 @@ +NEWS --- subtle-0.11.3224-xi.orig/debian/control +++ subtle-0.11.3224-xi/debian/control @@ -0,0 +1,32 @@ +Source: subtle +Section: x11 +Priority: extra +Maintainer: Alexander Wirt +Build-Depends: debhelper (>= 9), + chrpath, + libx11-dev, + ruby1.9.1, + ruby1.9.1-dev, + pkg-config, + libxrandr-dev, + libxft-dev, + libxinerama-dev, + libxpm-dev, + dpatch (>= 2.0.32) +Standards-Version: 3.9.3 +Homepage: http://subforge.org/ +Vcs-Git: git://github.com/formorer/pkg-subtle.git +Vcs-Browser: http://github.com/formorer/pkg-subtle + +Package: subtle +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1, ruby-archive-tar-minitar +Provides: x-window-manager +Description: grid-based manual tiling window manager + Grid-based manual tiling window manager with a strong focus on easy but + customizable look and feel. + . + In comparison to other tiling window managers, + subtle has no automatic tiling of the screen size in any way. Instead, windows + are arranged according to positions inside of a grid. These positions are + called gravities. --- subtle-0.11.3224-xi.orig/debian/compat +++ subtle-0.11.3224-xi/debian/compat @@ -0,0 +1 @@ +9 --- subtle-0.11.3224-xi.orig/debian/README.source +++ subtle-0.11.3224-xi/debian/README.source @@ -0,0 +1,9 @@ +subtle for Debian +----------------- + + + + + + --- subtle-0.11.3224-xi.orig/debian/subtle.desktop +++ subtle-0.11.3224-xi/debian/subtle.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=subtle +Comment=subtle tiling window manager +Exec=subtle +Type=XSession --- subtle-0.11.3224-xi.orig/debian/rules +++ subtle-0.11.3224-xi/debian/rules @@ -0,0 +1,32 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +%: + dh $@ --with dpatch + +override_dh_clean: + dh_dpatch_unpatch + dh_clean + rake1.9.1 clobber + +override_dh_auto_build: + extdir=debian/subtle/usr/lib/ruby/1.9.1/subtle \ + DESTDIR=debian/subtle \ + PREFIX=/usr \ + rake1.9.1 build + +override_dh_install: + rake1.9.1 install + chrpath -d debian/subtle/usr/bin/subtle + chrpath -d debian/subtle/usr/lib/ruby/1.9.1/subtle/subtlext.so + dh_install --- subtle-0.11.3224-xi.orig/debian/subtle.install +++ subtle-0.11.3224-xi/debian/subtle.install @@ -0,0 +1 @@ +debian/subtle.desktop usr/share/xsessions --- subtle-0.11.3224-xi.orig/debian/copyright +++ subtle-0.11.3224-xi/debian/copyright @@ -0,0 +1,15 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: subtle +Source: + +Files: * +Copyright: 2005-2011 Christoph Kappel +License: GPL-2 + On Debian systems, the complete text of the GNU General Public + License can be found in the file /usr/share/common-licenses/GPL-2'. + +Files: debian/* +Copyright: 2011 Alexander Wirt +License: GPL-2 + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". --- subtle-0.11.3224-xi.orig/debian/source/format +++ subtle-0.11.3224-xi/debian/source/format @@ -0,0 +1 @@ +1.0 --- subtle-0.11.3224-xi.orig/debian/patches/10_use_x-terminal-emulator.dpatch +++ subtle-0.11.3224-xi/debian/patches/10_use_x-terminal-emulator.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_use_x-terminal-emulator.dpatch by Alexander Wirt +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Use Debians x-terminal-emulator instead of urxvt + +@DPATCH@ +diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pkg-subtle~/data/subtle.rb pkg-subtle/data/subtle.rb +--- pkg-subtle~/data/subtle.rb 2012-06-21 08:10:26.000000000 +0200 ++++ pkg-subtle/data/subtle.rb 2012-06-21 08:11:04.097356538 +0200 +@@ -431,7 +431,7 @@ + #grab "W-c", [ :bottom_right, :bottom_right66, :bottom_right33 ] + + # Exec programs +-grab "W-Return", "urxvt" ++grab "W-Return", "x-terminal-emulator" + + # Run Ruby lambdas + grab "S-F2" do |c| --- subtle-0.11.3224-xi.orig/debian/patches/00list +++ subtle-0.11.3224-xi/debian/patches/00list @@ -0,0 +1 @@ +10_use_x-terminal-emulator