[Pkg-haskell-commits] darcs: haskell-testpack: Debian packages are working
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:51:13 UTC 2013
Wed Oct 6 02:56:39 UTC 2004 John Goerzen <jgoerzen at complete.org>
* Debian packages are working
Ignore-this: 21b215d1fa65312b0353c32bba068d64
Keywords:
(jgoerzen at complete.org--projects/missingh--head--1.0--patch-29)
M ./changelog -1 +1
M ./rules -1 +1
Wed Oct 6 02:56:39 UTC 2004 John Goerzen <jgoerzen at complete.org>
* Debian packages are working
Ignore-this: 21b215d1fa65312b0353c32bba068d64
Keywords:
(jgoerzen at complete.org--projects/missingh--head--1.0--patch-29)
diff -rN -u old-haskell-testpack//changelog new-haskell-testpack//changelog
--- old-haskell-testpack//changelog 2013-01-04 14:51:11.502742258 +0000
+++ new-haskell-testpack//changelog 2013-01-04 14:51:13.795733830 +0000
@@ -1,4 +1,4 @@
-missingh (0.1.0-1) unstable; urgency=low
+missingh (0.1.0) unstable; urgency=low
* Initial Release. Closes: #275070.
diff -rN -u old-haskell-testpack//rules new-haskell-testpack//rules
--- old-haskell-testpack//rules 2013-01-04 14:51:11.502742258 +0000
+++ new-haskell-testpack//rules 2013-01-04 14:51:13.822534459 +0000
@@ -78,7 +78,7 @@
# Add here commands to install the package into debian/tmp
./setup install --install-prefix=$(CURDIR)/debian/$(PACKAGE)$(LIBPATH)
- cp .installed-pkg-config $(CURDIR)/debian/$(PACKAGE)$(LIBPATH)/lib/$(LIBNAME)/installed-pkg-config
+ cp .installed-pkg-config $(CURDIR)/debian/$(PACKAGE)$(LIBPATH)/lib/$(LIBNAME)-$(VERSION)/installed-pkg-config
sed s/\@\@VERSION\@\@/$(VERSION)/g < \
debian/$(PACKAGE).postinst.tmpl > \
debian/$(PACKAGE).postinst
More information about the Pkg-haskell-commits
mailing list