More debian fixes
authorJelmer Vernooij <jelmer@samba.org>
Fri, 7 Oct 2005 03:47:00 +0000 (04:47 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 7 Oct 2005 03:47:00 +0000 (04:47 +0100)
debian/libptb0.files [new file with mode: 0644]
debian/rules

diff --git a/debian/libptb0.files b/debian/libptb0.files
new file mode 100644 (file)
index 0000000..255a89e
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/libptb.so.0.*
index 7aab83e056e68725549c55a882d2146bfc8d6ebb..1ab0ecc8b7cadf4cc01db8fab137a6a93741ee8c 100644 (file)
@@ -28,22 +28,6 @@ clean:
        rm -rf autom4te.cache
        dh_clean
 
-binary-indep: build install
-       dh_testdir -i
-       dh_testroot -i
-       dh_installdocs -i
-       dh_installchangelogs -i ChangeLog
-       dh_compress -i
-       dh_fixperms -i
-       dh_installdeb -i
-       dh_gencontrol -i
-       dh_md5sums -i
-       dh_builddeb -i
-
-# There are no architecture-independent files to be uploaded
-# generated by this package.  If there were any they would be
-# made here.
-
 binary-arch: build install
        dh_testdir -a
        dh_testroot -a
@@ -60,6 +44,6 @@ binary-arch: build install
        dh_md5sums -a
        dh_builddeb -a
 
-binary: binary-arch # binary-indep
+binary: binary-arch 
 
 .PHONY: binary binary-arch binary-indep clean