[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:42:45 UTC 2010


The following commit has been merged in the master branch:
commit cf6062cb52709526455b899646b48f454523561d
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Oct 6 03:56:39 2004 +0100

    Debian packages are working
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--1.0--patch-29)

diff --git a/debian/changelog b/debian/changelog
index e3974a9..672f90c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-missingh (0.1.0-1) unstable; urgency=low
+missingh (0.1.0) unstable; urgency=low
 
   * Initial Release.  Closes: #275070.
 
diff --git a/debian/rules b/debian/rules
index 8a832a1..e5ddcb2 100644
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,7 @@ install: build
 
 	# 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

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list