[Pkg-haskell-commits] darcs: haskell-yesod-bin: Initial Check-In

Clint Adams clint at debian.org
Sat Aug 3 02:00:49 UTC 2013


Sat Aug  3 02:00:27 UTC 2013  Clint Adams <clint at debian.org>
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sat Aug  3 02:00:27 UTC 2013  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-yesod-bin/changelog new-haskell-yesod-bin/changelog
--- old-haskell-yesod-bin/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-bin/changelog	2013-08-03 02:00:48.869551558 +0000
@@ -0,0 +1,5 @@
+haskell-yesod-bin (1.2.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Fri, 02 Aug 2013 20:28:12 -0400
diff -rN -u old-haskell-yesod-bin/compat new-haskell-yesod-bin/compat
--- old-haskell-yesod-bin/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-bin/compat	2013-08-03 02:00:48.873541109 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-yesod-bin/control new-haskell-yesod-bin/control
--- old-haskell-yesod-bin/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-bin/control	2013-08-03 02:00:48.873541109 +0000
@@ -0,0 +1,73 @@
+Source: haskell-yesod-bin
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , libghc-attoparsec-dev (>> 0.10)
+  , libghc-base64-bytestring-dev
+  , libghc-blaze-builder-dev (>> 0.2.1.4)
+  , libghc-blaze-builder-dev (<< 0.4)
+  , libghc-conduit-dev (>> 0.5)
+  , libghc-conduit-dev (<< 1.1)
+  , libghc-file-embed-dev
+  , libghc-fsnotify-dev (>> 0.0)
+  , libghc-fsnotify-dev (<< 0.1)
+  , libghc-ghc-paths-dev (>> 0.1)
+  , libghc-http-conduit-dev
+  , libghc-http-reverse-proxy-dev (>> 0.1.1)
+  , libghc-http-types-dev (>> 0.7)
+  , libghc-lifted-base-dev
+  , libghc-network-dev
+  , libghc-network-conduit-dev
+  , libghc-optparse-applicative-dev (>> 0.5)
+  , libghc-parsec3-dev
+  , libghc-project-template-dev (>> 0.1.1)
+  , libghc-resourcet-dev (>> 0.3)
+  , libghc-resourcet-dev (<< 0.5)
+  , libghc-shakespeare-dev (>> 1.0.2)
+  , libghc-shakespeare-dev (<< 1.1)
+  , libghc-shakespeare-css-dev (>> 1.0.2)
+  , libghc-shakespeare-css-dev (<< 1.1)
+  , libghc-shakespeare-js-dev (>> 1.0.2)
+  , libghc-shakespeare-js-dev (<< 1.2)
+  , libghc-shakespeare-text-dev (>> 1.0)
+  , libghc-shakespeare-text-dev (<< 1.1)
+  , libghc-split-dev (>> 0.2)
+  , libghc-split-dev (<< 0.3)
+  , libghc-system-fileio-dev (>> 0.3)
+  , libghc-system-fileio-dev (<< 0.4)
+  , libghc-system-filepath-dev (>> 0.4)
+  , libghc-system-filepath-dev (<< 0.5)
+  , libghc-tar-dev (>> 0.4)
+  , libghc-tar-dev (<< 0.5)
+  , ghc-ghci
+  , libghc-text-dev (>> 0.11)
+  , libghc-transformers-dev
+  , libghc-unix-compat-dev (>> 0.2)
+  , libghc-unix-compat-dev (<< 0.5)
+  , libghc-unordered-containers-dev
+  , libghc-wai-dev (>> 1.4)
+  , libghc-warp-dev (>> 1.3.7.5)
+  , libghc-yaml-dev (>> 0.8)
+  , libghc-yaml-dev (<< 0.9)
+  , libghc-zlib-dev (>> 0.5)
+  , libghc-zlib-dev (<< 0.6)
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/yesod-bin
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yesod-bin
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yesod-bin
+
+Package: yesod-bin
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Yesod helper executables
+ Provides scaffolding, devel server, and some simple code generation helpers
+ (yesod, yesod-ar-wrapper, yesod-ld-wrapper, yesod-ghc-wrapper).
diff -rN -u old-haskell-yesod-bin/copyright new-haskell-yesod-bin/copyright
--- old-haskell-yesod-bin/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-bin/copyright	2013-08-03 02:00:48.873541109 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: yesod-bin
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: http://hackage.haskell.org/package/yesod-bin
+
+Files: *
+Copyright: 2012 Michael Snoyman
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Clint Adams
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-yesod-bin/rules new-haskell-yesod-bin/rules
--- old-haskell-yesod-bin/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-bin/rules	2013-08-03 02:00:48.873541109 +0000
@@ -0,0 +1,76 @@
+#!/usr/bin/make -f
+
+INSTALL = install
+INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
+INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
+INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
+INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
+
+package=yesod-bin
+
+clean: checkroot
+#	debian/$(package).setup clean
+	rm -f debian/$(package).setup *.o *.hi
+	rm -f build-arch stamp-configure debian/files debian/substvars
+	rm -rf dist
+	rm -rf debian/$(package)
+
+debian/$(package).setup:
+	ghc Setup.lhs -o $@
+
+build: build-arch build-indep
+build-indep:
+
+build-arch: stamp-configure
+	$(checkdir)
+
+	debian/$(package).setup build
+
+	touch build-arch
+
+stamp-configure: debian/$(package).setup
+	$(checkdir)
+
+	debian/$(package).setup configure --prefix=/usr
+
+	touch stamp-configure
+
+binary: binary-arch
+
+binary-indep:	checkroot build
+
+binary-arch:	checkroot build
+	$(checkdir)
+
+	debian/$(package).setup copy --destdir=$(CURDIR)/debian/$(package)
+	rm -rf debian/$(package)/usr/share/doc/$(package)-*
+	cd debian/$(package) && $(INSTALL_DIR) \
+		usr/bin \
+		usr/lib/$(package) \
+		usr/share/doc/$(package) \
+		DEBIAN
+
+	$(INSTALL_FILE) debian/copyright debian/$(package)/usr/share/doc/$(package)/copyright
+
+	$(INSTALL_FILE) debian/changelog debian/$(package)/usr/share/doc/$(package)/changelog.Debian
+	gzip -9f debian/$(package)/usr/share/doc/$(package)/changelog.Debian
+
+	dpkg-shlibdeps -Tdebian/substvars -dDepends debian/$(package)/usr/bin/*
+	dpkg-gencontrol -ldebian/changelog -isp -p$(package) -Tdebian/substvars -Pdebian/$(package)
+
+	cd debian/$(package) && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums
+
+	chown -R root:root debian/$(package)
+	chmod -R go=rX debian/$(package)
+
+	dpkg --build debian/$(package) ..
+
+define checkdir
+	test -f debian/rules
+endef
+
+checkroot:
+	$(checkdir)
+	test root = "`whoami`"
+
+.PHONY: build build-indep binary binary-arch binary-indep clean checkroot
diff -rN -u old-haskell-yesod-bin/source/format new-haskell-yesod-bin/source/format
--- old-haskell-yesod-bin/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-bin/source/format	2013-08-03 02:00:48.877542639 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-yesod-bin/watch new-haskell-yesod-bin/watch
--- old-haskell-yesod-bin/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-bin/watch	2013-08-03 02:00:48.877542639 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|yesod-bin-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/yesod-bin \
+    ([\d\.]*\d)/




More information about the Pkg-haskell-commits mailing list