[Pkg-samba-maint] r1860 - in trunk/samba-gtk: . debian

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Sat May 10 23:06:38 UTC 2008


Author: ctrlsoft-guest
Date: 2008-05-10 23:06:37 +0000 (Sat, 10 May 2008)
New Revision: 1860

Added:
   trunk/samba-gtk/debian/libsamba-gtk-dev.install
   trunk/samba-gtk/debian/libsamba-gtk0.install
Removed:
   trunk/samba-gtk/debian/libgtksamba-dev.install
   trunk/samba-gtk/debian/libgtksamba0.install
Modified:
   trunk/samba-gtk/
   trunk/samba-gtk/debian/control
   trunk/samba-gtk/debian/copyright
   trunk/samba-gtk/debian/rules
   trunk/samba-gtk/debian/samba-gtk-frontends.install
Log:
Fix remaining lintian warnings.


Property changes on: trunk/samba-gtk
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2008-05-10 22:03:12.707999945 +0200
committer: Jelmer Vernooij <jelmer at samba.org>
properties: 
	branch-nick: samba-gtk

   + timestamp: 2008-05-11 01:04:07.459000111 +0200
committer: Jelmer Vernooij <jelmer at samba.org>
properties: 
	branch-nick: samba-gtk

Name: bzr:file-ids
   - .bzr-builddeb	bzrbuilddeb-20080510200258-w7fcbhjz3so2rq2w-1
.bzr-builddeb/default.conf	default.conf-20080510200258-w7fcbhjz3so2rq2w-2

   + debian/libsamba-gtk-dev.install	libgtksambadev.insta-20080510195127-9hl3pz2rtr5luh4d-6
debian/libsamba-gtk0.install	libgtksamba0.install-20080510195127-9hl3pz2rtr5luh4d-5

Name: bzr:revision-id:v3-list-QlpoOTFBWSZTWXjvZgIAABNRgAAQABC6yx4AIAAhpMgZM0hTAATTCKjB2FDYKg0HJiWVLiDdiBPxdyRThQkHjvZgIA..
   - 2 jelmer at samba.org-20080510195147-pp5jfymfi454fwmt
3 jelmer at samba.org-20080510200312-ic023fxhclcm9ia4

   + 2 jelmer at samba.org-20080510195147-pp5jfymfi454fwmt
3 jelmer at samba.org-20080510200312-ic023fxhclcm9ia4
4 jelmer at samba.org-20080510230407-0jpbnt5no810a6lm


Modified: trunk/samba-gtk/debian/control
===================================================================
--- trunk/samba-gtk/debian/control	2008-05-10 20:06:10 UTC (rev 1859)
+++ trunk/samba-gtk/debian/control	2008-05-10 23:06:37 UTC (rev 1860)
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Jelmer Vernooij <jelmer at samba.org>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
 Build-Depends: libgtk2.0-dev, libgconf2-dev, debhelper (>> 5.0.0), docbook-xsl, docbook-xml, xsltproc, samba4-dev, python
 
 Package: samba-gtk-frontends
@@ -26,16 +26,18 @@
    * Local and remote registries
    * DCE/RPC endpoints
 
-Package: libgtksamba0
+Package: libsamba-gtk0
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends}
 Description: Collection of Samba-related GTK+ widgets
  A collection of GTK+ widgets useful when creating Samba-related GUI 
  applications.
 
-Package: libgtksamba-dev
-Architecture: all
-Depends: libgtksamba0 (=${Source-Version})
+Package: libsamba-gtk-dev
+Architecture: any
+Depends: libsamba-gtk0 (=${binary:Version})
+Section: libdevel
 Description: Collection of Samba-related GTK+ widgets
  A collection of GTK+ widgets useful when creating Samba-related GUI 
  applications.

Modified: trunk/samba-gtk/debian/copyright
===================================================================
--- trunk/samba-gtk/debian/copyright	2008-05-10 20:06:10 UTC (rev 1859)
+++ trunk/samba-gtk/debian/copyright	2008-05-10 23:06:37 UTC (rev 1860)
@@ -15,3 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL',
+and the complete text of the GNU Lesser General Public License can
+be found in `/usr/share/common-licenses/LGPL'.

Deleted: trunk/samba-gtk/debian/libgtksamba-dev.install
===================================================================
--- trunk/samba-gtk/debian/libgtksamba-dev.install	2008-05-10 20:06:10 UTC (rev 1859)
+++ trunk/samba-gtk/debian/libgtksamba-dev.install	2008-05-10 23:06:37 UTC (rev 1860)
@@ -1,2 +0,0 @@
-usr/include/samba-4.0/gtk/*.h
-usr/lib/pkgconfig/gtksamba.pc

Deleted: trunk/samba-gtk/debian/libgtksamba0.install
===================================================================
--- trunk/samba-gtk/debian/libgtksamba0.install	2008-05-10 20:06:10 UTC (rev 1859)
+++ trunk/samba-gtk/debian/libgtksamba0.install	2008-05-10 23:06:37 UTC (rev 1860)
@@ -1 +0,0 @@
-usr/lib/libsamba-gtk.so.0.*

Copied: trunk/samba-gtk/debian/libsamba-gtk-dev.install (from rev 1859, trunk/samba-gtk/debian/libgtksamba-dev.install)
===================================================================
--- trunk/samba-gtk/debian/libsamba-gtk-dev.install	                        (rev 0)
+++ trunk/samba-gtk/debian/libsamba-gtk-dev.install	2008-05-10 23:06:37 UTC (rev 1860)
@@ -0,0 +1,3 @@
+usr/include/samba-4.0/gtk/*.h
+usr/lib/libsamba-gtk.so
+usr/lib/pkgconfig/gtksamba.pc

Copied: trunk/samba-gtk/debian/libsamba-gtk0.install (from rev 1859, trunk/samba-gtk/debian/libgtksamba0.install)
===================================================================
--- trunk/samba-gtk/debian/libsamba-gtk0.install	                        (rev 0)
+++ trunk/samba-gtk/debian/libsamba-gtk0.install	2008-05-10 23:06:37 UTC (rev 1860)
@@ -0,0 +1 @@
+usr/lib/libsamba-gtk.so.*

Modified: trunk/samba-gtk/debian/rules
===================================================================
--- trunk/samba-gtk/debian/rules	2008-05-10 20:06:10 UTC (rev 1859)
+++ trunk/samba-gtk/debian/rules	2008-05-10 23:06:37 UTC (rev 1860)
@@ -27,7 +27,7 @@
 	dh_testroot
 	dh_clean
 	$(RM) debian/tmp
-	-$(MAKE) clean
+	[ ! -f Makefile.settings ] || $(MAKE) clean
 	$(RM) build-stamp configure-stamp
 
 binary-indep: build install
@@ -45,6 +45,8 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install install-doc DESTDIR=$(CURDIR)/debian/tmp
+	rm -f $(CURDIR)/debian/tmp/usr/share/applications/gwsam.desktop \
+		  $(CURDIR)/debian/tmp/usr/bin/gwsam
 	dh_testdir
 	dh_testroot
 	dh_install --sourcedir=debian/tmp --list-missing --fail-missing
@@ -57,6 +59,7 @@
 	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -a
+	dh_link -plibsamba-gtk0 usr/lib/libsamba-gtk.so.0.0.1 usr/lib/libsamba-gtk.so.0
 	dh_installinit -a 
 	dh_installdebconf -a
 	dh_installdeb -a

Modified: trunk/samba-gtk/debian/samba-gtk-frontends.install
===================================================================
--- trunk/samba-gtk/debian/samba-gtk-frontends.install	2008-05-10 20:06:10 UTC (rev 1859)
+++ trunk/samba-gtk/debian/samba-gtk-frontends.install	2008-05-10 23:06:37 UTC (rev 1860)
@@ -2,7 +2,6 @@
 usr/bin/gepdump
 usr/bin/gwcrontab
 usr/bin/gwsvcctl
-usr/bin/gwsam
 usr/share/man/man1/gregedit.1
 usr/share/man/man1/gepdump.1
 usr/share/man/man1/gwsvcctl.1




More information about the Pkg-samba-maint mailing list