--- sawfish-merlin-ugliness-1.3.1.orig/debian/50merlin.jl +++ sawfish-merlin-ugliness-1.3.1/debian/50merlin.jl @@ -0,0 +1,9 @@ +; add placement +(require 'merlin.placement) + +; add sawlet-placement +(require 'merlin.sawlet-placement) +(define-sawlet-placement-mode 'south-east-going-north 'south-east 'north) + +; add ugliness +(require 'merlin.ugliness) --- sawfish-merlin-ugliness-1.3.1.orig/debian/changelog +++ sawfish-merlin-ugliness-1.3.1/debian/changelog @@ -0,0 +1,92 @@ +sawfish-merlin-ugliness (1.3.1-1ubuntu1) xenial; urgency=medium + + * debian/compat: Change compatibility level to 9. + * debian/control: + - Build-depend on debhelper (>= 9). + - Depend on ${misc:Depends}. + * debian/rules: Use dh_prep instead of dh_clean -k. + + -- Logan Rosen Tue, 22 Mar 2016 19:54:34 -0500 + +sawfish-merlin-ugliness (1.3.1-1) unstable; urgency=low + + * New upstream relase. + * Remove old dependency on sawfish-gnome and sawfish2 + + -- Christian Marillat Wed, 28 Jul 2004 15:21:44 +0200 + +sawfish-merlin-ugliness (1.0.1.5-4) unstable; urgency=low + + * Add gnome-icon-themes path for uglicon. Now display gnome-unknow.png + icon instead of an ugly gray icon. + * Update to standards version 3.6.1 (No changes) + + -- Christian Marillat Mon, 26 Jan 2004 19:47:51 +0100 + +sawfish-merlin-ugliness (1.0.1.5-3) unstable; urgency=low + + * Update to standards version 3.5.7 + + -- Christian Marillat Sat, 21 Sep 2002 14:48:57 +0200 + +sawfish-merlin-ugliness (1.0.1.5-2) unstable; urgency=low + + * Add sawfish2 in depends field. + + -- Christian Marillat Mon, 24 Jun 2002 14:46:39 +0200 + +sawfish-merlin-ugliness (1.0.1.5-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 5 Jun 2002 17:25:16 +0200 + +sawfish-merlin-ugliness (1.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 22 Jul 2001 17:47:54 +0200 + +sawfish-merlin-ugliness (0.38.4-1) unstable; urgency=low + + * New upstream release (Only changes in sawlet-placement.jl) + * Switch to debhelper V3 + + -- Christian Marillat Sat, 7 Jul 2001 16:21:01 +0200 + +sawfish-merlin-ugliness (0.38.3-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 30 May 2001 22:54:23 +0200 + +sawfish-merlin-ugliness (0.38.2-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 10 May 2001 16:17:03 +0200 + +sawfish-merlin-ugliness (0.38.1-1) unstable; urgency=low + + * New upstream release. + * Add all files and update /etc/X11/sawfish/50merlin.jl (Closes: #89846) + Eric I'm still waiting your Sawfish mini-policy + + -- Christian Marillat Thu, 29 Mar 2001 17:51:57 +0200 + +sawfish-merlin-ugliness (0.36.9a-1) unstable; urgency=low + + * Move init scrip in /etc/X11/sawfish/site-init.d + * Rename the original tarball with the rigth name. + + -- Christian Marillat Sat, 3 Mar 2001 14:51:50 +0100 + +sawfish-merlin-ugliness (0.36.9-1) unstable; urgency=low + + * Initial Release. + + -- Christian Marillat Sat, 17 Feb 2001 21:41:45 +0100 + +Local variables: +mode: debian-changelog +End: --- sawfish-merlin-ugliness-1.3.1.orig/debian/compat +++ sawfish-merlin-ugliness-1.3.1/debian/compat @@ -0,0 +1 @@ +9 --- sawfish-merlin-ugliness-1.3.1.orig/debian/control +++ sawfish-merlin-ugliness-1.3.1/debian/control @@ -0,0 +1,16 @@ +Source: sawfish-merlin-ugliness +Section: x11 +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Christian Marillat +Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 9) + +Package: sawfish-merlin-ugliness +Architecture: all +Depends: ${misc:Depends}, sawfish +Conflicts: sawfish (<= 0.37.2-1), sawfish-gnome (<= 0.37.2-1) +Description: More flexible functions for sawfish + Gives flexibility over the appearance of the popup window when you + move/resize/cycle windows. Includes the option of displaying a list of all + windows when m-tab cycling. --- sawfish-merlin-ugliness-1.3.1.orig/debian/copyright +++ sawfish-merlin-ugliness-1.3.1/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Christian Marillat on +Sat, 17 Feb 2001 21:41:45 +0100. + +It was downloaded from http://merlin.org/sawfish/ + +Upstream Author: Merlin + +Copyright: 2000-2001 merlin + + You should have received a copy of the GNU General Public License with the + Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if + not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite + 330, Boston, MA 02111-1307 USA --- sawfish-merlin-ugliness-1.3.1.orig/debian/postinst +++ sawfish-merlin-ugliness-1.3.1/debian/postinst @@ -0,0 +1,15 @@ +#!/bin/sh -e + +# move old conffiles in < 0.36.9-1 + +if [ -e /etc/X11/sawfish/merlin.jl ]; then + mv /etc/X11/sawfish/merlin.jl /etc/X11/sawfish/site-init.d +fi + +if [ -e /etc/X11/sawfish/site-init.d/merlin.jl ]; then + rm /etc/X11/sawfish/site-init.d/merlin.jl +fi + +#DEBHELPER# + +exit 0 --- sawfish-merlin-ugliness-1.3.1.orig/debian/rules +++ sawfish-merlin-ugliness-1.3.1/debian/rules @@ -0,0 +1,52 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +#export DH_VERBOSE=1 + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + dh_clean + +install: + dh_testdir + dh_testroot + dh_prep + dh_installdirs usr/share/sawfish/site-lisp/merlin etc/X11/sawfish/site-init.d + + cp ugli*.jl debian/sawfish-merlin-ugliness/usr/share/sawfish/site-lisp/merlin + cp message.jl util.jl placement.jl sawlet-placement.jl \ + debian/sawfish-merlin-ugliness/usr/share/sawfish/site-lisp/merlin + + cp debian/50merlin.jl debian/sawfish-merlin-ugliness/etc/X11/sawfish/site-init.d + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installmenu + dh_installcron + dh_installman + dh_installinfo + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- sawfish-merlin-ugliness-1.3.1.orig/uglicon.jl +++ sawfish-merlin-ugliness-1.3.1/uglicon.jl @@ -62,7 +62,7 @@ ; :depends cycle-show-window-icons :after-set (lambda () (uglicon-reset))) - (defcustom uglicon-path "/usr/share/pixmaps:/usr/share/icons" + (defcustom uglicon-path "/usr/share/pixmaps:/usr/share/icons:/usr/share/icons/gnome/48x48/apps:/usr/share/icons/hicolor/48x48/apps" "Path to search for icons." :tooltip "Colon separated paths." :type string