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