Package: sawfish-merlin-ugliness
Version: 1.3.1-1
Followup-For: Bug #800278
User: [email protected]
Usertags: origin-ubuntu xenial ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* 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.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: stretch/sid
APT prefers xenial-updates
APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500,
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Kernel: Linux 4.4.0-16-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -u sawfish-merlin-ugliness-1.3.1/debian/control sawfish-merlin-ugliness-1.3.1/debian/control
--- sawfish-merlin-ugliness-1.3.1/debian/control
+++ sawfish-merlin-ugliness-1.3.1/debian/control
@@ -3,11 +3,11 @@
Priority: extra
Maintainer: Christian Marillat <[email protected]>
Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 3.4.4)
+Build-Depends: debhelper (>= 9)
Package: sawfish-merlin-ugliness
Architecture: all
-Depends: sawfish
+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
diff -u sawfish-merlin-ugliness-1.3.1/debian/rules sawfish-merlin-ugliness-1.3.1/debian/rules
--- sawfish-merlin-ugliness-1.3.1/debian/rules
+++ sawfish-merlin-ugliness-1.3.1/debian/rules
@@ -14,7 +14,7 @@
install:
dh_testdir
dh_testroot
- dh_clean -k
+ 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
diff -u sawfish-merlin-ugliness-1.3.1/debian/compat sawfish-merlin-ugliness-1.3.1/debian/compat
--- sawfish-merlin-ugliness-1.3.1/debian/compat
+++ sawfish-merlin-ugliness-1.3.1/debian/compat
@@ -1 +1 @@
-3
+9