Package: fookb
Version: 3.0-3
Severity: normal
Tags: patch pending
Dear maintainer,
I've prepared an NMU for fookb (versioned as 3.0-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
Regards,
Eriberto
diff -u fookb-3.0/debian/changelog fookb-3.0/debian/changelog
--- fookb-3.0/debian/changelog
+++ fookb-3.0/debian/changelog
@@ -1,3 +1,15 @@
+fookb (3.0-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Bumped DH level to 10. (Closes: #817456)
+ * debian/compat: created. (Closes: #817330)
+ * debian/control:
+ - Added the ${misc:Depends} variable to Depends field.
+ - Bumped Standards-Version to 3.9.8.
+ - Fixed the short descriptions.
+
+ -- Joao Eriberto Mota Filho <[email protected]> Thu, 22 Dec 2016 21:01:26
-0200
+
fookb (3.0-3) unstable; urgency=low
* Added missing libxt-dev build dependancy, Closes: #347211
diff -u fookb-3.0/debian/rules fookb-3.0/debian/rules
--- fookb-3.0/debian/rules
+++ fookb-3.0/debian/rules
@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=4
+#export DH_COMPAT=4
export DH_OPTIONS
diff -u fookb-3.0/debian/control fookb-3.0/debian/control
--- fookb-3.0/debian/control
+++ fookb-3.0/debian/control
@@ -2,16 +2,16 @@
Section: x11
Priority: optional
Maintainer: Wartan Hachaturow <[email protected]>
-Build-Depends: debhelper (>> 3.0.0), libwings-dev, libsm-dev, libice-dev,
libxpm-dev, libx11-dev, libxext-dev, libxt-dev, wmaker
-Standards-Version: 3.5.2
+Build-Depends: debhelper (>= 10), libwings-dev, libsm-dev, libice-dev,
libxpm-dev, libx11-dev, libxext-dev, libxt-dev, wmaker
+Standards-Version: 3.9.8
Package: fookb-plainx
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Conflicts: fookb, fookb-wmaker
Replaces: fookb
Suggests: sox
-Description: An Xkb state indicator -- plain X version.
+Description: Xkb state indicator -- plain X version
WindowMaker docked Xkb state indicator. Fookb can switch xkb groups
and display a pixmap corresponding to the selected group. It also can
execute a specified command upon the switch (for example, play sound).
@@ -20,11 +20,11 @@
Package: fookb-wmaker
Architecture: any
-Depends: ${shlibs:Depends}, wmaker
+Depends: ${misc:Depends}, ${shlibs:Depends}, wmaker
Conflicts: fookb, fookb-plainx
Replaces: fookb
Suggests: sox
-Description: An Xkb state indicator -- WindowMaker version.
+Description: Xkb state indicator -- WindowMaker version
WindowMaker docked Xkb state indicator. Fookb can switch xkb groups
and display a pixmap corresponding to the selected group. It also can
execute a specified command upon the switch (for example, play sound).
only in patch2:
unchanged:
--- fookb-3.0.orig/debian/compat
+++ fookb-3.0/debian/compat
@@ -0,0 +1 @@
+10