[Pkg-haskell-commits] darcs: haskell-network-protocol-xmpp: Initial Check-In

Clint Adams clint at debian.org
Thu Mar 8 02:25:30 UTC 2012


Thu Mar  8 02:25:06 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 7d547e0d18cc83a0af63f9f7a7927b81

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./patches/
    A ./patches/binding-shadows-existing-binding.diff
    A ./patches/qualified-name-in-binding-position.diff
    A ./patches/series
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Thu Mar  8 02:25:06 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 7d547e0d18cc83a0af63f9f7a7927b81
diff -rN -u old-haskell-network-protocol-xmpp//changelog new-haskell-network-protocol-xmpp//changelog
--- old-haskell-network-protocol-xmpp//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-protocol-xmpp//changelog	2012-03-08 02:25:30.727257611 +0000
@@ -0,0 +1,5 @@
+haskell-network-protocol-xmpp (0.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 07 Mar 2012 20:52:54 -0500
diff -rN -u old-haskell-network-protocol-xmpp//compat new-haskell-network-protocol-xmpp//compat
--- old-haskell-network-protocol-xmpp//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-protocol-xmpp//compat	2012-03-08 02:25:30.727257611 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-network-protocol-xmpp//control new-haskell-network-protocol-xmpp//control
--- old-haskell-network-protocol-xmpp//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-protocol-xmpp//control	2012-03-08 02:25:30.731255079 +0000
@@ -0,0 +1,88 @@
+Source: haskell-network-protocol-xmpp
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+ , haskell-devscripts (>= 0.8)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-gnuidn-dev (>> 0.2)
+ , libghc-gnuidn-dev (<< 0.3)
+ , libghc-gnuidn-prof
+ , libghc-gnutls-dev (>> 0.1)
+ , libghc-gnutls-dev (<< 0.3)
+ , libghc-gnutls-prof
+ , libghc-gsasl-dev (>> 0.3)
+ , libghc-gsasl-dev (<< 0.4)
+ , libghc-gsasl-prof
+ , libghc-libxml-sax-dev (>> 0.7)
+ , libghc-libxml-sax-dev (<< 0.8)
+ , libghc-libxml-sax-prof
+ , libghc-monads-tf-dev (>> 0.1)
+ , libghc-monads-tf-dev (<< 0.2)
+ , libghc-monads-tf-prof
+ , libghc-network-dev (>> 2.2)
+ , libghc-network-dev (<< 2.4)
+ , libghc-network-prof
+ , libghc-text-dev (>> 0.10)
+ , libghc-text-dev (<< 0.12)
+ , libghc-text-prof
+ , libghc-transformers-dev (>> 0.2)
+ , libghc-transformers-dev (<< 0.3)
+ , libghc-transformers-prof
+ , libghc-xml-types-dev (>> 0.3)
+ , libghc-xml-types-dev (<< 0.4)
+ , libghc-xml-types-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-gnuidn-doc
+ , libghc-gnutls-doc
+ , libghc-text-doc
+ , libghc-libxml-sax-doc
+ , libghc-monads-tf-doc
+ , libghc-network-doc
+ , libghc-text-doc
+ , libghc-transformers-doc
+ , libghc-xml-types-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/network-protocol-xmpp
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-network-protocol-xmpp
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-network-protocol-xmpp
+
+Package: libghc-network-protocol-xmpp-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: XMPP (Jabber) library
+ This library defines an XMPP data type and functions.
+ .
+ This package contains the normal library files.
+
+Package: libghc-network-protocol-xmpp-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: XMPP (Jabber) library; profiling libraries
+ This library defines an XMPP data type and functions.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-network-protocol-xmpp-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: XMPP (Jabber) library; documentation
+ This library defines an XMPP data type and functions.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-network-protocol-xmpp//copyright new-haskell-network-protocol-xmpp//copyright
--- old-haskell-network-protocol-xmpp//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-protocol-xmpp//copyright	2012-03-08 02:25:30.731255079 +0000
@@ -0,0 +1,7 @@
+This software is
+
+Copyright (C) 2009-2011 John Millikin
+
+and released under the GNU GPL verion 3 or later.
+You can find the complete text in
+/usr/share/common-licenses/GPL-3 on your Debian system.
diff -rN -u old-haskell-network-protocol-xmpp//patches/binding-shadows-existing-binding.diff new-haskell-network-protocol-xmpp//patches/binding-shadows-existing-binding.diff
--- old-haskell-network-protocol-xmpp//patches/binding-shadows-existing-binding.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-protocol-xmpp//patches/binding-shadows-existing-binding.diff	2012-03-08 02:25:30.731255079 +0000
@@ -0,0 +1,20 @@
+--- a/Network/Protocol/XMPP/Stanza.hs
++++ b/Network/Protocol/XMPP/Stanza.hs
+@@ -252,7 +252,7 @@
+ parseIQ :: X.Element -> Maybe IQ
+ parseIQ elemt = do
+ 	typeStr <- X.attributeText "type" elemt
+-	iqType <- case typeStr of
++	iqT <- case typeStr of
+ 		"get"    -> Just IQGet
+ 		"set"    -> Just IQSet
+ 		"result" -> Just IQResult
+@@ -266,7 +266,7 @@
+ 	let payload = case X.elementChildren elemt of
+ 		[] -> Nothing
+ 		child:_ -> Just child
+-	return (IQ iqType msgTo msgFrom msgID msgLang payload)
++	return (IQ iqT msgTo msgFrom msgID msgLang payload)
+ 
+ xmlJID :: X.Name -> X.Element -> Maybe (Maybe JID)
+ xmlJID name elemt = case X.attributeText name elemt of
diff -rN -u old-haskell-network-protocol-xmpp//patches/qualified-name-in-binding-position.diff new-haskell-network-protocol-xmpp//patches/qualified-name-in-binding-position.diff
--- old-haskell-network-protocol-xmpp//patches/qualified-name-in-binding-position.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-protocol-xmpp//patches/qualified-name-in-binding-position.diff	2012-03-08 02:25:30.731255079 +0000
@@ -0,0 +1,31 @@
+--- a/Network/Protocol/XMPP/ErrorT.hs
++++ b/Network/Protocol/XMPP/ErrorT.hs
+@@ -43,7 +43,7 @@
+ 			Right r -> runErrorT (k r)
+ 
+ instance Monad m => E.MonadError (ErrorT e m) where
+-	type E.ErrorType (ErrorT e m) = e
++	type ErrorType (ErrorT e m) = e
+ 	throwError = ErrorT . return . Left
+ 	catchError m h = ErrorT $ do
+ 		x <- runErrorT m
+@@ -55,7 +55,7 @@
+ 	lift = ErrorT . liftM Right
+ 
+ instance R.MonadReader m => R.MonadReader (ErrorT e m) where
+-	type R.EnvType (ErrorT e m) = R.EnvType m
++	type EnvType (ErrorT e m) = R.EnvType m
+ 	ask = lift R.ask
+ 	local = mapErrorT . R.local
+ 
+--- a/Network/Protocol/XMPP/Monad.hs
++++ b/Network/Protocol/XMPP/Monad.hs
+@@ -96,7 +96,7 @@
+ 	liftIO = XMPP . liftIO
+ 
+ instance E.MonadError XMPP where
+-	type E.ErrorType XMPP = Error
++	type ErrorType XMPP = Error
+ 	throwError = XMPP . E.throwError
+ 	catchError m h = XMPP (E.catchError (unXMPP m) (unXMPP . h))
+ 
diff -rN -u old-haskell-network-protocol-xmpp//patches/series new-haskell-network-protocol-xmpp//patches/series
--- old-haskell-network-protocol-xmpp//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-protocol-xmpp//patches/series	2012-03-08 02:25:30.735257220 +0000
@@ -0,0 +1,2 @@
+qualified-name-in-binding-position.diff
+binding-shadows-existing-binding.diff
diff -rN -u old-haskell-network-protocol-xmpp//rules new-haskell-network-protocol-xmpp//rules
--- old-haskell-network-protocol-xmpp//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-protocol-xmpp//rules	2012-03-08 02:25:30.735257220 +0000
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-network-protocol-xmpp//source/format new-haskell-network-protocol-xmpp//source/format
--- old-haskell-network-protocol-xmpp//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-protocol-xmpp//source/format	2012-03-08 02:25:30.735257220 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-network-protocol-xmpp//watch new-haskell-network-protocol-xmpp//watch
--- old-haskell-network-protocol-xmpp//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-protocol-xmpp//watch	2012-03-08 02:25:30.739258284 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|network-protocol-xmpp-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/network-protocol-xmpp \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list