[Pkg-haskell-commits] darcs: haskell-configfile: Debian packages are working
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:32:09 UTC 2013
Wed Oct 6 02:56:39 UTC 2004 John Goerzen <jgoerzen at complete.org>
* Debian packages are working
Ignore-this: 2ac8fca5cdc7347346b9a63162cdd218
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: 2ac8fca5cdc7347346b9a63162cdd218
Keywords:
(jgoerzen at complete.org--projects/missingh--head--1.0--patch-29)
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog 2013-01-04 14:32:06.734371160 +0000
+++ new-haskell-configfile//changelog 2013-01-04 14:32:08.878854947 +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-configfile//rules new-haskell-configfile//rules
--- old-haskell-configfile//rules 2013-01-04 14:32:06.734371160 +0000
+++ new-haskell-configfile//rules 2013-01-04 14:32:08.894729495 +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