[Pkg-irc-commits] r213 - /packages/conspire/trunk/debian/ /tarballs/

dblaber-guest at users.alioth.debian.org dblaber-guest at users.alioth.debian.org
Fri Jul 11 06:39:40 UTC 2008


Author: dblaber-guest
Date: Fri Jul 11 06:39:39 2008
New Revision: 213

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=213
Log:
Get ready for the new upstream release and clean up the package a little.

Added:
    packages/conspire/trunk/debian/conspire-dev.install
    packages/conspire/trunk/debian/conspire.install
    tarballs/conspire_0.20~beta4.orig.tar.gz   (with props)
Removed:
    packages/conspire/trunk/debian/conspire-gtk.install
    packages/conspire/trunk/debian/conspire-python.install
    packages/conspire/trunk/debian/conspire-xchatwrap.install
    packages/conspire/trunk/debian/libconspire-xchatemu-dev.install
    packages/conspire/trunk/debian/libconspire-xchatemu0.install
    packages/conspire/trunk/debian/libconspire0.install
    tarballs/conspire_0.12.orig.tar.gz
Modified:
    packages/conspire/trunk/debian/changelog
    packages/conspire/trunk/debian/control

Modified: packages/conspire/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-irc/packages/conspire/trunk/debian/changelog?rev=213&op=diff
==============================================================================
--- packages/conspire/trunk/debian/changelog (original)
+++ packages/conspire/trunk/debian/changelog Fri Jul 11 06:39:39 2008
@@ -1,3 +1,12 @@
+conspire (0.20~beta4-1) unstable; urgency=low
+
+  [ Darren Blaber ]
+  * Fix package to work with new upstream release
+  * New Upstream Release
+  * Narrow package down so only conspire and conpspire-dev binaries exist
+
+ -- Darren Blaber <dmbtech at gmail.com>  Wed, 09 Jul 2008 02:14:43 -0400
+
 conspire (0.12-2) UNRELEASED; urgency=low
 
   [ Giacomo Catenazzi ]
@@ -5,7 +14,7 @@
 
  -- Giacomo Catenazzi <cate at debian.org>  Thu, 20 Mar 2008 08:26:59 +0100
 
-conspire (0.12-1) unstable; urgency=low
+conspire (0.12-1) UNRELEASED; urgency=low
 
   [ Darren Blaber ]
   * Initial release (Closes: #461136)

Added: packages/conspire/trunk/debian/conspire-dev.install
URL: http://svn.debian.org/wsvn/pkg-irc/packages/conspire/trunk/debian/conspire-dev.install?rev=213&op=file
==============================================================================
--- packages/conspire/trunk/debian/conspire-dev.install (added)
+++ packages/conspire/trunk/debian/conspire-dev.install Fri Jul 11 06:39:39 2008
@@ -1,0 +1,2 @@
+usr/include/*
+usr/lib/pkgconfig/*

Added: packages/conspire/trunk/debian/conspire.install
URL: http://svn.debian.org/wsvn/pkg-irc/packages/conspire/trunk/debian/conspire.install?rev=213&op=file
==============================================================================
--- packages/conspire/trunk/debian/conspire.install (added)
+++ packages/conspire/trunk/debian/conspire.install Fri Jul 11 06:39:39 2008
@@ -1,0 +1,10 @@
+usr/share/conspire/*
+usr/share/locale/*
+usr/share/applications/*
+usr/share/man/man1/conspire.1
+usr/share/man/man1/conspire-bot.1
+usr/share/pixmaps/*
+usr/lib/lib*
+usr/lib/conspire/plugins/*
+usr/bin/conspire-bot
+usr/bin/conspire

Modified: packages/conspire/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-irc/packages/conspire/trunk/debian/control?rev=213&op=diff
==============================================================================
--- packages/conspire/trunk/debian/control (original)
+++ packages/conspire/trunk/debian/control Fri Jul 11 06:39:39 2008
@@ -7,29 +7,17 @@
 	Matt Arnold <mattarnold5 at gmail.com>,
 	Giacomo Catenazzi <cate at debian.org>
 Build-Depends: debhelper (>= 5), autotools-dev, libgnutls-dev, libmowgli-dev,
-	libgtk2.0-dev, libdbus-glib-1-dev, imagemagick, python-dev
+	libgtk2.0-dev, libdbus-glib-1-dev, imagemagick, python-dev, libnotify-dev
 Homepage: http://nenolod.net/conspire
 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: 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
- started as a fork of XChat 2.9 CVS.
- .
- This package contains the shared library.
-
-Package: libconspire-xchatemu-dev
+Package: conspire-dev
 Section: libdevel
 Architecture: any
-Depends: libconspire0
+Depends: conspire
 Description: xchat compatibility wrapper for conspire - dev
  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
@@ -38,19 +26,7 @@
  .
  This package contains the development library and header files.
 
-Package: libconspire-xchatemu0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-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 a shared library which emulates the XChat API.
-
-Package: conspire-gtk
+Package: conspire
 Section: x11
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -61,37 +37,11 @@
  accomplished through libconspire, which contains the common code. Conspire
  started as a fork of XChat 2.9 CVS.
 
-Package: conspire-xchatwrap
-Section: net
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: conspire-gtk
-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
- started as a fork of XChat 2.9 CVS.
- .
- This package contains the xchat compatibility wrapper.
-
-Package: conspire-python
-Section: net
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: conspire-gtk
-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
- started as a fork of XChat 2.9 CVS.
- .
- This package contains the Python module for conspire.
-
 Package: conspire-dbg
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: libconspire0, libconspire-xchatemu0, conspire-gtk, conspire-xchatwrap
+Depends: conspire
 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

Added: tarballs/conspire_0.20~beta4.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-irc/tarballs/conspire_0.20%7Ebeta4.orig.tar.gz?rev=213&op=file
==============================================================================
Binary file - no diff available.

Propchange: tarballs/conspire_0.20~beta4.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




More information about the Pkg-irc-commits mailing list