[Pkg-haskell-commits] darcs: haskell-hcwiid: Initial Check-In
kiwamu at debian.or.jp
kiwamu at debian.or.jp
Wed Oct 26 02:27:07 UTC 2011
Wed Oct 26 02:25:52 UTC 2011 kiwamu at debian.or.jp
* Initial Check-In
Ignore-this: 33eeaad97ec4bfc2555e649bcaf2fdd0
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./watch
Wed Oct 26 02:25:52 UTC 2011 kiwamu at debian.or.jp
* Initial Check-In
Ignore-this: 33eeaad97ec4bfc2555e649bcaf2fdd0
diff -rN -u old-haskell-hcwiid//changelog new-haskell-hcwiid//changelog
--- old-haskell-hcwiid//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hcwiid//changelog 2011-10-26 02:27:07.482894878 +0000
@@ -0,0 +1,7 @@
+haskell-hcwiid (0.0.1-1) UNRELEASED; urgency=low
+
+ * ITP (Closes: #646408)
+ * Debianization generated by cabal-debian
+
+ -- Kiwamu Okabe <kiwamu at debian.or.jp> Wed, 26 Oct 2011 00:12:23 +0900
+
diff -rN -u old-haskell-hcwiid//compat new-haskell-hcwiid//compat
--- old-haskell-hcwiid//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hcwiid//compat 2011-10-26 02:27:07.482894878 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-hcwiid//control new-haskell-hcwiid//control
--- old-haskell-hcwiid//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hcwiid//control 2011-10-26 02:27:07.486958302 +0000
@@ -0,0 +1,60 @@
+Source: haskell-hcwiid
+Priority: extra
+Section: haskell
+Maintainer: Kiwamu Okabe <kiwamu at debian.or.jp>
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libbluetooth-dev,
+ libcwiid-dev
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: https://gitorious.org/hcwiid
+
+Package: libghc-hcwiid-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Library to interface with the wiimote
+ HCWiid is a working userspace driver along with various
+ applications implementing event drivers, multiple
+ wiimote connectivity, gesture recognition,
+ and other Wiimote-based functionality.
+ .
+ This package contains the normal library files.
+
+Package: libghc-hcwiid-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Library to interface with the wiimote; profiling libraries
+ HCWiid is a working userspace driver along with various
+ applications implementing event drivers, multiple
+ wiimote connectivity, gesture recognition,
+ and other Wiimote-based functionality.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-hcwiid-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Library to interface with the wiimote; documentation
+ HCWiid is a working userspace driver along with various
+ applications implementing event drivers, multiple
+ wiimote connectivity, gesture recognition,
+ and other Wiimote-based functionality.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-hcwiid//copyright new-haskell-hcwiid//copyright
--- old-haskell-hcwiid//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hcwiid//copyright 2011-10-26 02:27:07.486958302 +0000
@@ -0,0 +1,17 @@
+Copyright 2011 Kiwamu Okabe
+
+This package is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License version 2 as
+published by the Free Software Foundation.
+
+This package is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this package; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General Public License
+version 2 can be found in `/usr/share/common-licenses/GPL-2'.
diff -rN -u old-haskell-hcwiid//rules new-haskell-hcwiid//rules
--- old-haskell-hcwiid//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hcwiid//rules 2011-10-26 02:27:07.486958302 +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-hcwiid//watch new-haskell-hcwiid//watch
--- old-haskell-hcwiid//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hcwiid//watch 2011-10-26 02:27:07.486958302 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|hcwiid-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/hcwiid \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list