Package: bzr-gtk
User: ubuntu-de...@lists.ubuntu.com
Version: 0.98.0+bzr692-1
Severity: wishlist
Tags: patch


Hello dear maintainer,

Attached is the patch which is applied in ubuntu which has some
packaging improvements like updating to dh7 and other stuff

regards

-- 
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community  member.
What matters in life is application of mind!,
It makes great sense to have some common sense..!
diff -Nru bzr-gtk-0.98.0+bzr692/debian/bzr-gtk.install bzr-gtk-0.98.0+bzr692/debian/bzr-gtk.install
--- bzr-gtk-0.98.0+bzr692/debian/bzr-gtk.install	2010-07-21 19:53:13.000000000 +0530
+++ bzr-gtk-0.98.0+bzr692/debian/bzr-gtk.install	2010-07-23 11:19:19.000000000 +0530
@@ -1,9 +1,8 @@
-/usr/share/lintian/overrides/bzr-gtk
 /usr/share/pixmaps/bzr-icon-64.png
 /usr/lib/python*
 /usr/share/bzr-gtk
 /usr/bin/bzr-notify
 /usr/bin/bzr-handle-patch
-/etc/xdg/autostart/bzr-notify.desktop
+bzr-notify.desktop etc/xdg/autostart
 /usr/share/applications/*.desktop
 /usr/share/application-registry/bzr-gtk.applications
+
diff -Nru bzr-gtk-0.98.0+bzr692/debian/compat bzr-gtk-0.98.0+bzr692/debian/compat
--- bzr-gtk-0.98.0+bzr692/debian/compat	2009-11-26 21:38:09.000000000 +0530
+++ bzr-gtk-0.98.0+bzr692/debian/compat	2010-07-22 05:52:45.000000000 +0530
@@ -1 +1 @@
-5
+7
diff -Nru bzr-gtk-0.98.0+bzr692/debian/control bzr-gtk-0.98.0+bzr692/debian/control
--- bzr-gtk-0.98.0+bzr692/debian/control	2010-07-21 23:37:47.000000000 +0530
+++ bzr-gtk-0.98.0+bzr692/debian/control	2010-08-02 18:54:42.000000000 +0530
@@ -3,8 +3,14 @@
 Priority: optional
 Maintainer: Debian Bazaar Maintainers <pkg-bazaar-ma...@lists.alioth.debian.org>
 Uploaders: Jelmer Vernooij <jel...@debian.org>, John Francesco Ferlito <jo...@inodes.org>
-Build-Depends-Indep: bzr (>= 1.17~), bzr-stats, python-nautilus (>= 0.5.0), pkg-config
-Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python, debhelper (>= 5.0.37.2)
+Build-Depends-Indep: bzr (>= 1.17~),
+                     bzr-stats,
+                     pkg-config,
+                     python-nautilus (>= 0.5.0)
+Build-Depends: cdbs (>= 0.4.43),
+               debhelper (>= 7),
+               python,
+               python-central (>= 0.5)
 Standards-Version: 3.9.0
 Homepage: http://bazaar-vcs.org/bzr-gtk
 XS-Python-Version: >= 2.4
@@ -12,9 +18,23 @@
 
 Package: bzr-gtk
 Architecture: all
-Depends: bzr (>= 1.17~), bzr (<< 2.2~), python-gtk2 (>= 2.8), python-glade2 (>= 2.10), python-notify, ${python:Depends}, ${misc:Depends}
-Recommends: python-cairo (>= 1.0), bzr-dbus, seahorse, python-gnome2-desktop, python-gtksourceview2, python-gnomekeyring, olive-bzr
-Suggests: bzr-loom, bzr-search, bzr-avahi
+Depends: bzr (>= 1.17~),
+         bzr (<< 2.2~),
+         python-gtk2 (>= 2.8),
+         python-glade2 (>= 2.10),
+         python-notify,
+         ${python:Depends},
+         ${misc:Depends}
+Recommends: bzr-dbus,
+            python-cairo (>= 1.0),
+            python-gnome2-desktop,
+            python-gnomekeyring,
+            python-gtksourceview2,
+            seahorse,
+            olive-bzr
+Suggests: bzr-avahi,
+          bzr-loom,
+          bzr-search
 Enhances: bzr
 XB-Python-Version: ${python:Versions}
 Description: provides graphical interfaces to Bazaar (bzr) version control
@@ -28,7 +48,9 @@
 
 Package: nautilus-bzr
 Architecture: all
-Depends: bzr-gtk (= ${source:Version}), python-nautilus (>= 0.5.0), ${misc:Depends}
+Depends: bzr-gtk (= ${source:Version}),
+         python-nautilus (>= 0.5.0),
+         ${misc:Depends}
 Enhances: nautilus
 XB-Python-Version: ${python:Versions}
 Description: Bazaar (bzr) integration for nautilus
diff -Nru bzr-gtk-0.98.0+bzr692/debian/rules bzr-gtk-0.98.0+bzr692/debian/rules
--- bzr-gtk-0.98.0+bzr692/debian/rules	2010-07-21 19:29:02.000000000 +0530
+++ bzr-gtk-0.98.0+bzr692/debian/rules	2010-07-22 05:52:45.000000000 +0530
@@ -1,13 +1,10 @@
 #!/usr/bin/make -f
 
 DEB_PYTHON_SYSTEM=pycentral
-DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 DEB_DH_INSTALL_ARGS=--list-missing
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-install/bzr-gtk::
-	install -m644 -D debian/bzr-gtk.lintian-overrides $(DEB_DESTDIR)/usr/share/lintian/overrides/bzr-gtk
-	install -d $(DEB_DESTDIR)/etc/xdg/autostart
-	install -m644 -D bzr-notify.desktop $(DEB_DESTDIR)/etc/xdg/autostart
+clean::
+	rm -rf build

Reply via email to