Control: tags -1 patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* debian/compat: Bump to 10.
* debian/control:
- Bump debhelper to (>= 10) and move to Build-Depends.
- Build-depend-indep on dh-python.
- Depend on ${misc:Depends}.
* debian/rules:
- Add recommended build-arch and build-indep targets.
- Use dh_prep instead of dh_clean -k.
Thanks for considering the patch.
Logan Rosen
diff -u gdeskcal-0.57.1/debian/rules gdeskcal-0.57.1/debian/rules
--- gdeskcal-0.57.1/debian/rules
+++ gdeskcal-0.57.1/debian/rules
@@ -2,7 +2,9 @@
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
-build:
+build: build-arch build-indep
+build-arch:
+build-indep:
clean:
dh_testdir
@@ -14,7 +16,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
mkdir -p debian/gdeskcal/usr/share/gdeskcal/code
install -m 0755 gdeskcal debian/gdeskcal/usr/share/gdeskcal
diff -u gdeskcal-0.57.1/debian/compat gdeskcal-0.57.1/debian/compat
--- gdeskcal-0.57.1/debian/compat
+++ gdeskcal-0.57.1/debian/compat
@@ -1 +1 @@
-4
+10
diff -u gdeskcal-0.57.1/debian/control gdeskcal-0.57.1/debian/control
--- gdeskcal-0.57.1/debian/control
+++ gdeskcal-0.57.1/debian/control
@@ -1,13 +1,14 @@
Source: gdeskcal
Section: x11
Priority: optional
Maintainer: Sebastien Bacher <[email protected]>
-Build-Depends-Indep: debhelper (>= 4.1.65), python-all-dev (>= 2.6.6-3~)
+Build-Depends: debhelper (>= 10)
+Build-Depends-Indep: python-all-dev (>= 2.6.6-3~), dh-python
Standards-Version: 3.7.2
Package: gdeskcal
Architecture: all
-Depends: ${python:Depends}, python-gtk2 (>= 1.99.17-2)
+Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 1.99.17-2)
Recommends: gdesklets
Description: A desktop calendar featuring transparency with smooth
alpha-blending
gDeskCal is a cute little eye-candy calendar for your desktop.