diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/patches/01_dont_quit_zenity_when_stdin_ends.patch (renamed from debian/patches/02_dont_quit_zenity_when_stdin_ends.patch) | 0 | ||||
-rw-r--r-- | debian/patches/01_focus_windows.patch | 0 | ||||
-rwxr-xr-x | debian/rules | 1 |
4 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3c536173..8fded342 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,9 +5,13 @@ zenity (2.28.0-2) unstable; urgency=low - really don't B-D on scrollkeeper anymore. [ Emilio Pozuelo Monfort ] - * debian/patches/02_dont_quit_zenity_when_stdin_ends.patch: + * debian/patches/01_focus_windows.patch: + - Removed, it's empty. + * debian/patches/01_dont_quit_zenity_when_stdin_ends.patch: - Don't quit zenity when listening on stdin and the stream ends. Closes: #506425. + * debian/rules: + - Include simple-patchsys.mk. * debian/control.in: - Standards-Version is 3.8.4, no changes needed. - Move Uploaders right after Maintainer. diff --git a/debian/patches/02_dont_quit_zenity_when_stdin_ends.patch b/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch index 3310189a..3310189a 100644 --- a/debian/patches/02_dont_quit_zenity_when_stdin_ends.patch +++ b/debian/patches/01_dont_quit_zenity_when_stdin_ends.patch diff --git a/debian/patches/01_focus_windows.patch b/debian/patches/01_focus_windows.patch deleted file mode 100644 index e69de29b..00000000 --- a/debian/patches/01_focus_windows.patch +++ /dev/null diff --git a/debian/rules b/debian/rules index 969dd4a3..3d35a594 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk |