Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Leo Pound Singer
gracedb-client
Commits
55259bd3
Commit
55259bd3
authored
Dec 17, 2012
by
Brian Moe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Applied Debian packaging patches from Steffan.
parent
dbd5b718
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
35 deletions
+10
-35
debian/changelog
debian/changelog
+6
-0
debian/control
debian/control
+2
-2
debian/python-ligo-gracedb.preinst
debian/python-ligo-gracedb.preinst
+0
-14
debian/rules
debian/rules
+1
-19
debian/source/format
debian/source/format
+1
-0
No files found.
debian/changelog
View file @
55259bd3
ligo-gracedb (1.5-2) unstable; urgency=low
* Source 3.0 format
-- Steffen Grunewald <steffen.grunewald@aei.mpg.de> Fri, 14 Dec 2012 18:05:00 +0100
ligo-gracedb (1.5-1) unstable; urgency=low
* Added support for REST API
...
...
debian/control
View file @
55259bd3
...
...
@@ -2,9 +2,9 @@ Source: ligo-gracedb
Maintainer: Brian Moe <brian.moe@ligo.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 7), python-
support (>= 0.8.4)
Build-Depends: debhelper (>= 7), python-
all-dev
Standards-Version: 3.8.4
X
S
-Python-Version:
all
X-Python-Version:
>=2.6
Package: python-ligo-gracedb
Architecture: all
...
...
debian/python-ligo-gracedb.preinst
deleted
100644 → 0
View file @
dbd5b718
#! /bin/sh
set
-e
# This was added by stdeb to workaround Debian #479852. In a nutshell,
# pycentral does not remove normally remove its symlinks on an
# upgrade. Since we're using python-support, however, those symlinks
# will be broken. This tells python-central to clean up any symlinks.
if
[
-e
/var/lib/dpkg/info/python-ligo-gracedb.list
]
&&
which pycentral
>
/dev/null 2>&1
then
pycentral pkgremove python-ligo-gracedb
fi
#DEBHELPER#
debian/rules
View file @
55259bd3
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.5.1 at
# Tue, 13 Dec 2011 10:06:24 -0600
# Unset the environment variables set by dpkg-buildpackage. (This is
# necessary because distutils is brittle with compiler/linker flags
# set. Specifically, packages using f2py will break without this.)
unexport CPPFLAGS
unexport CFLAGS
unexport CXXFLAGS
unexport FFLAGS
unexport LDFLAGS
#exports specified using stdeb Setup-Env-Vars:
export DH_OPTIONS=--buildsystem=python_distutils
%:
dh $@
dh $@ --with=python2
debian/source/format
0 → 100644
View file @
55259bd3
3.0 (quilt)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment