[Pkg-haskell-commits] darcs: haskell-hopenpgp-tools: New upstream version 0.1.

Clint Adams clint at debian.org
Sat Jan 4 21:15:50 UTC 2014


Sat Jan  4 21:15:38 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.1.

    M ./changelog +6
    A ./compat
    M ./control -2 +5
    R ./files
    A ./hopenpgp-tools.haskell-binaries
    M ./rules -69 +3
    R ./substvars

Sat Jan  4 21:15:38 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.1.
diff -rN -u old-haskell-hopenpgp-tools/changelog new-haskell-hopenpgp-tools/changelog
--- old-haskell-hopenpgp-tools/changelog	2014-01-04 21:15:50.436351825 +0000
+++ new-haskell-hopenpgp-tools/changelog	2014-01-04 21:15:50.440351826 +0000
@@ -1,3 +1,9 @@
+haskell-hopenpgp-tools (0.1-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 04 Jan 2014 16:05:05 -0500
+
 haskell-hopenpgp-tools (0.0.4-1) unstable; urgency=high
 
   * New upstream version.
diff -rN -u old-haskell-hopenpgp-tools/compat new-haskell-hopenpgp-tools/compat
--- old-haskell-hopenpgp-tools/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hopenpgp-tools/compat	2014-01-04 21:15:50.440351826 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-hopenpgp-tools/control new-haskell-hopenpgp-tools/control
--- old-haskell-hopenpgp-tools/control	2014-01-04 21:15:50.436351825 +0000
+++ new-haskell-hopenpgp-tools/control	2014-01-04 21:15:50.440351826 +0000
@@ -3,14 +3,17 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
-Build-Depends: haskell-devscripts (>= 0.8.15)
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , libghc-ansi-wl-pprint-dev
+  , libghc-attoparsec-dev (>= 0.10.0.0)
   , libghc-cereal-dev
   , libghc-cereal-conduit-dev
   , libghc-conduit-dev
   , libghc-crypto-pubkey-dev
-  , libghc-hopenpgp-dev (>= 0.10.2)
+  , libghc-hopenpgp-dev (>= 0.11)
   , libghc-ixset-dev
   , libghc-lens-dev
   , libghc-openpgp-asciiarmor-dev (>= 0.1)
diff -rN -u old-haskell-hopenpgp-tools/files new-haskell-hopenpgp-tools/files
--- old-haskell-hopenpgp-tools/files	2014-01-04 21:15:50.436351825 +0000
+++ new-haskell-hopenpgp-tools/files	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-hopenpgp-tools_0.0.4-1_amd64.deb haskell extra
diff -rN -u old-haskell-hopenpgp-tools/hopenpgp-tools.haskell-binaries new-haskell-hopenpgp-tools/hopenpgp-tools.haskell-binaries
--- old-haskell-hopenpgp-tools/hopenpgp-tools.haskell-binaries	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hopenpgp-tools/hopenpgp-tools.haskell-binaries	2014-01-04 21:15:50.440351826 +0000
@@ -0,0 +1,3 @@
+hokey
+hot
+hkt
diff -rN -u old-haskell-hopenpgp-tools/rules new-haskell-hopenpgp-tools/rules
--- old-haskell-hopenpgp-tools/rules	2014-01-04 21:15:50.436351825 +0000
+++ new-haskell-hopenpgp-tools/rules	2014-01-04 21:15:50.440351826 +0000
@@ -1,72 +1,6 @@
 #!/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
+# DEB_ENABLE_TESTS = yes
 
-package=hopenpgp-tools
-
-clean: checkroot
-	rm -f debian/hopenpgp-tools.setup build-arch stamp-configure
-	rm -rf debian/$(package)
-
-debian/hopenpgp-tools.setup:
-	ghc Setup.hs -o $@
-
-build: build-arch build-indep
-build-indep:
-
-build-arch: stamp-configure
-	$(checkdir)
-
-	debian/hopenpgp-tools.setup build
-
-	touch build-arch
-
-stamp-configure: debian/hopenpgp-tools.setup
-	$(checkdir)
-
-	debian/hopenpgp-tools.setup configure --prefix=/usr
-
-	touch stamp-configure
-
-binary: binary-arch
-
-binary-indep:	checkroot build
-
-binary-arch:	checkroot build
-	$(checkdir)
-
-	debian/hopenpgp-tools.setup copy --destdir=$(CURDIR)/debian/$(package)
-	rm -rf debian/$(package)/usr/share/doc/$(package)-*
-	cd debian/$(package) && $(INSTALL_DIR) \
-		usr/bin \
-		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: binary binary-arch binary-indep clean checkroot build build-indep
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-hopenpgp-tools/substvars new-haskell-hopenpgp-tools/substvars
--- old-haskell-hopenpgp-tools/substvars	2014-01-04 21:15:50.436351825 +0000
+++ new-haskell-hopenpgp-tools/substvars	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-shlibs:Depends=libbz2-1.0, libc6 (>= 2.14), libffi6 (>= 3.0.4), libgmp10, libnettle4, zlib1g (>= 1:1.1.4)




More information about the Pkg-haskell-commits mailing list