[Pkg-irc-commits] r111 - in /packages/conspire/trunk/debian: conspire-gtk.menu control menu rules

nenolod-guest at users.alioth.debian.org nenolod-guest at users.alioth.debian.org
Thu Jan 17 01:04:15 UTC 2008


Author: nenolod-guest
Date: Thu Jan 17 01:04:15 2008
New Revision: 111

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=111
Log:
- fix all linda and lintian warnings, i think

Added:
    packages/conspire/trunk/debian/conspire-gtk.menu
      - copied unchanged from r107, packages/conspire/trunk/debian/menu
Removed:
    packages/conspire/trunk/debian/menu
Modified:
    packages/conspire/trunk/debian/control
    packages/conspire/trunk/debian/rules

Modified: packages/conspire/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-irc/packages/conspire/trunk/debian/control?rev=111&op=diff
==============================================================================
--- packages/conspire/trunk/debian/control (original)
+++ packages/conspire/trunk/debian/control Thu Jan 17 01:04:15 2008
@@ -7,12 +7,13 @@
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/pkg-irc/packages/conspire/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-irc/packages/conspire/trunk/
+Section: net
 
 Package: libconspire0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: An advanced, lightweight IRC client for UNIX
+Description: advanced, lightweight IRC client - core
  Conspire is an advanced, lightweight IRC client for UNIX. It includes a GTK 
  interface, and a "bot" interface which has no UI. Interface segregation is
  accomplished through libconspire, which contains the common code. Conspire
@@ -36,19 +37,19 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libconspire0
-Description: advanced, lightweight IRC client for UNIX
+Description: xchat compatibility library for conspire
  Conspire is an advanced, lightweight IRC client for UNIX. It includes a GTK 
  interface, and a "bot" interface which has no UI. Interface segregation is
  accomplished through libconspire, which contains the common code. Conspire
  started as a fork of XChat 2.9 CVS.
  .
- This package contains the shared library.
+ This package contains a shared library which emulates the XChat API.
 
 Package: conspire-gtk
 Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libconspire0
-Description: advanced, lightweight IRC client for UNIX.
+Description: advanced, lightweight IRC client - gtk frontend
  Conspire is an advanced, lightweight IRC client for UNIX. It includes a GTK 
  interface, and a "bot" interface which has no UI. Interface segregation is
  accomplished through libconspire, which contains the common code. Conspire
@@ -58,7 +59,7 @@
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libconspire-xchatemu0
-Description: xchat compatibility wrapper for conspire - dev
+Description: xchat compatibility wrapper for conspire
  Conspire is an advanced, lightweight IRC client for UNIX. It includes a GTK 
  interface, and a "bot" interface which has no UI. Interface segregation is
  accomplished through libconspire, which contains the common code. Conspire
@@ -70,7 +71,7 @@
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libconspire0, libconspire-xchatemu0, conspire-gtk, conspire-xchatwrap
 Description: advanced, lightweight IRC client - debug symbols
  Conspire is an advanced, lightweight IRC client for UNIX. It includes a GTK 
  interface, and a "bot" interface which has no UI. Interface segregation is

Modified: packages/conspire/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-irc/packages/conspire/trunk/debian/rules?rev=111&op=diff
==============================================================================
--- packages/conspire/trunk/debian/rules (original)
+++ packages/conspire/trunk/debian/rules Thu Jan 17 01:04:15 2008
@@ -29,7 +29,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-	-$(MAKE) distclean
+	[ ! -f buildsys.mk ] || $(MAKE) distclean
 	rm -f config.sub config.guess
 	dh_clean 
 
@@ -56,7 +56,7 @@
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps -l debian/tmp/usr/lib
+	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Pkg-irc-commits mailing list