Skip to content
Snippets Groups Projects
Commit 5625c6dd authored by Kipp Cannon's avatar Kipp Cannon
Browse files

fix several packaging related issues

parent da92b36c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal-inspiral],[0.4.0],[gstlal-discuss@ligo.org],[gstlal-inspiral])
AC_INIT([gstlal-inspiral],[0.4.1],[gstlal-discuss@ligo.org],[gstlal-inspiral])
AC_COPYRIGHT([Copyright (C) 2008--2014 Kipp Cannon])
# a file whose existance can be used to use to check that we are in the
# top-level directory of the source tree
......
gstlal-inspiral (0.4.1-1) unstable; urgency=low
* New version 0.4.1
-- Kipp Cannon <kipp.cannon@ligo.org> Tue, 25 Nov 2014 15:15:38 -0500
gstlal-inspiral (0.4.0-1) unstable; urgency=low
* New version 0.4.0
......
......@@ -6,6 +6,8 @@ Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Build-Depends:
debhelper (>= 8),
doxygen,
gtk-doc-tools,
python-all-dev (>= 2.6),
gstlal-dep (>= 2.2) | gstenvironment,
python-gobject-dev,
......
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal-ugly],[0.7.0],[gstlal-discuss@ligo.org],[gstlal-ugly])
AC_INIT([gstlal-ugly],[0.7.1],[gstlal-discuss@ligo.org],[gstlal-ugly])
AC_COPYRIGHT([Copyright (C) 2008--2014 Kipp Cannon])
# a file whose existance can be used to use to check that we are in the
# top-level directory of the source tree
......
gstlal-ugly (0.7.1-1) unstable; urgency=low
* new version 0.7.1
-- Kipp Cannon <kipp.cannon@ligo.org> Tue, 25 Nov 2014 15:15:59 -0500
gstlal-ugly (0.7.0-1) unstable; urgency=low
* new version 0.7.0
......
......@@ -6,6 +6,8 @@ Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Build-Depends:
debhelper (>= 8),
doxygen,
gtk-doc-tools,
python-all-dev (>= 2.6),
libfftw3-dev (>= 3),
gstlal-dep (>= 2.2) | gstenvironment,
......
usr/lib/*a
usr/lib/*.so
usr/lib/pkgconfig/*
usr/lib/gstreamer-*/*a
usr/include/*
usr/bin/*
usr/share/gstlal/*
usr/lib/*.so.*
usr/lib/gstreamer-*/*.so*
usr/lib/gstreamer-*/python/*
usr/lib/python*/*/gstlal
......
......@@ -79,15 +79,10 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/gstlal/*
%{_libdir}/*.so.*
%{_libdir}/gstreamer-0.10/*.so
%{_libdir}/gstreamer-0.10/python/*
%{_prefix}/%{_lib}/python*/site-packages/gstlal
%files devel
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_libdir}/gstreamer-0.10/*.a
%{_includedir}/*
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal],[0.8.0],[gstlal-discuss@ligo.org],[gstlal])
AC_INIT([gstlal],[0.8.1],[gstlal-discuss@ligo.org],[gstlal])
AC_COPYRIGHT([Copyright (C) 2008--2014 Kipp Cannon])
# a file whose existance can be used to use to check that we are in the
# top-level directory of the source tree
......
gstlal (0.8.1-1) unstable; urgency=low
* New version 0.8.1
-- Kipp Cannon <kipp.cannon@ligo.org> Tue, 25 Nov 2014 15:15:14 -0500
gstlal (0.8.0-1) unstable; urgency=low
* New version 0.8.0
......
......@@ -6,6 +6,8 @@ Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Build-Depends:
debhelper (>= 8),
doxygen,
gtk-doc-tools,
python-all-dev (>= 2.6),
liborc-0.4-dev (>= 1:@MIN_ORC_VERSION@),
liborc-0.4-0 (>= 1:@MIN_ORC_VERSION@),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment