Update of /project/cl-irc/cvsroot/cl-irc/debian
In directory common-lisp.net:/tmp/cvs-serv15122/debian
Modified Files:
changelog control
Log Message:
note new version, use darcs-buildpackage
Date: Sat Jul 2 22:58:13 2005
Author: pvaneynde
Index: cl-irc/debian/changelog
diff -u cl-irc/debian/changelog:1.7 cl-irc/debian/changelog:1.8
--- cl-irc/debian/changelog:1.7 Thu Mar 3 10:23:00 2005
+++ cl-irc/debian/changelog Sat Jul 2 22:58:13 2005
@@ -1,3 +1,12 @@
+cl-irc (20050321-1) unstable; urgency=low
+
+ * New upstream
+ * New versioning scheme, now no longer a native package
+ * Updated policy version
+ * Now uses darcs-buildpackage
+
+ -- Peter Van Eynde <pvaneynd(a)debian.org> Sat, 2 Jul 2005 22:52:51 +0200
+
cl-irc (0.6.2) unstable; urgency=low
* Updated package to current CVS (2005-03-03)
Index: cl-irc/debian/control
diff -u cl-irc/debian/control:1.4 cl-irc/debian/control:1.5
--- cl-irc/debian/control:1.4 Thu Mar 3 10:23:00 2005
+++ cl-irc/debian/control Sat Jul 2 22:58:13 2005
@@ -3,11 +3,11 @@
Priority: optional
Maintainer: Peter Van Eynde <pvaneynd(a)debian.org>
Build-Depends-Indep: debhelper (>> 4.0.0)
-Standards-Version: 3.6.1.1
+Standards-Version: 3.6.2.1
Package: cl-irc
Architecture: all
-Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37), cl-split-sequence
+Depends: common-lisp-controller (>= 3.37), cl-split-sequence
Description: Common Lisp Internet Relay Chat Library
cl-irc provides a library for Common Lisp programs to interact with
IRC servers. This library has been most tested with SBCL.