summaryrefslogtreecommitdiff
path: root/p/uuagc
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-02-09 16:26:40 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-02-09 16:26:40 +0400
commit2243cf4b1495afa090aec09b13a719482b869228 (patch)
tree90d7cd7d0275c993b5b93b838d9263173eb26c61 /p/uuagc
parent32f70794daca30f9e59ecbe26d34984ede8cb253 (diff)
downloadDHG_packages-2243cf4b1495afa090aec09b13a719482b869228.tar.gz
uuagc: Merge
Diffstat (limited to 'p/uuagc')
-rw-r--r--p/uuagc/debian/changelog10
-rwxr-xr-xp/uuagc/debian/rules29
2 files changed, 8 insertions, 31 deletions
diff --git a/p/uuagc/debian/changelog b/p/uuagc/debian/changelog
index 4e2a03c17..40a0834db 100644
--- a/p/uuagc/debian/changelog
+++ b/p/uuagc/debian/changelog
@@ -1,11 +1,17 @@
-uuagc (0.9.42.1-1) UNRELEASED; urgency=low
+uuagc (0.9.42.2-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 09 Feb 2013 13:13:02 +0100
+
+uuagc (0.9.42.1-1) experimental; urgency=low
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
against experimental
* Bump standards version, no change
* New upstream release
- -- Joachim Breitner <nomeata@debian.org> Mon, 05 Nov 2012 21:53:55 +0100
+ -- Joachim Breitner <nomeata@debian.org> Mon, 05 Nov 2012 21:59:23 +0100
uuagc (0.9.40.3-2) unstable; urgency=low
diff --git a/p/uuagc/debian/rules b/p/uuagc/debian/rules
index d081b0dbf..ea85348cf 100755
--- a/p/uuagc/debian/rules
+++ b/p/uuagc/debian/rules
@@ -3,35 +3,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
-# UUAGC is a self-bootstrapping program. Upstream ships the generated files in
-# a separate package, uuagc-boostrap. To avoid this in debian, we keep the
-# generated files in debian/generated-files. At build time, these are copied
-# to the expected location.
-#
-# To update these, make sure a usable uuagc is on the path and run
-# fakeroot debian/rules update-generated-files.
-
-build/uuagc:: dist-ghc/build/uuagc/uuagc-tmp build-ghc-stamp
-
-dist-ghc/build/uuagc/uuagc-tmp:
- mkdir dist-ghc/build/uuagc/uuagc-tmp/ -p
- cp -v debian/generated-files-uuagc/*.hs dist-ghc/build/uuagc/uuagc-tmp/
- cp -v debian/generated-files/*.hs dist-ghc/build/
- touch dist-ghc/build/uuagc/uuagc-tmp/*
-
-clean::
- rm -f debian/bootstrapping
-
-debian/bootstrapping:
- touch $@
-
-update-generated-files:: clean debian/bootstrapping build-ghc-stamp
- rm -f debian/generated-files/*.hs
- rm -f debian/generated-files-uuagc/*.hs
- cp -v dist-ghc/build/*.hs debian/generated-files/
- cp -v dist-ghc/build/uuagc/uuagc-tmp/*.hs debian/generated-files-uuagc/
-
-
# UUAGC has a strange way of setting the flag: It has to be set via a cpp
# defines when compiling Setup
$(DEB_SETUP_BIN_NAME):