[Pkg-haskell-commits] darcs: ftphs: Drop Hugs support
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:25:56 UTC 2013
Fri May 4 18:39:13 UTC 2007 John Goerzen <jgoerzen at complete.org>
* Drop Hugs support
Ignore-this: 9fe3352f2cdc49e43f145713d6520426
M ./control -16 +16
M ./rules -1 +1
Fri May 4 18:39:13 UTC 2007 John Goerzen <jgoerzen at complete.org>
* Drop Hugs support
Ignore-this: 9fe3352f2cdc49e43f145713d6520426
diff -rN -u old-ftphs//control new-ftphs//control
--- old-ftphs//control 2013-01-04 14:25:55.490758187 +0000
+++ new-ftphs//control 2013-01-04 14:25:56.026725680 +0000
@@ -23,22 +23,22 @@
* Server can serve up a real or a virtual filesystem tree
* Standards compliant
-Package: libhugs-ftphs
-Section: devel
-Architecture: all
-Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-hunit, libhugs-network, libhugs-missingh (>= 0.18.0)
-Suggests: ftphs-doc
-Description: FTP Client and Server Library for Haskell, Hugs package
- ftphs provides a Haskell library to implement a FTP client
- and a FTP server.
- .
- ftphs has a number of features:
- .
- * Easy to use operation
- * Full support of text and binary transfers
- * Optional lazy interaction
- * Server can serve up a real or a virtual filesystem tree
- * Standards compliant
+#Package: libhugs-ftphs
+#Section: devel
+#Architecture: all
+#Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-hunit, libhugs-network, libhugs-missingh (>= 0.18.0)
+#Suggests: ftphs-doc
+#Description: FTP Client and Server Library for Haskell, Hugs package
+# ftphs provides a Haskell library to implement a FTP client
+# and a FTP server.
+# .
+# ftphs has a number of features:
+# .
+# * Easy to use operation
+# * Full support of text and binary transfers
+# * Optional lazy interaction
+# * Server can serve up a real or a virtual filesystem tree
+# * Standards compliant
Package: ftphs-doc
Section: doc
diff -rN -u old-ftphs//rules new-ftphs//rules
--- old-ftphs//rules 2013-01-04 14:25:55.490758187 +0000
+++ new-ftphs//rules 2013-01-04 14:25:55.910733762 +0000
@@ -83,7 +83,7 @@
dh_installdirs -i
dh_haskell -i
- make test-hugs
+ #make test-hugs
# Build architecture-independent files here.
binary-indep: builddocs installdocs
More information about the Pkg-haskell-commits
mailing list