adding epydial

main
josch 14 years ago
parent a21b15ff60
commit 3b9abcc5d3

@ -0,0 +1 @@
7

@ -0,0 +1,13 @@
Source: epydial
Section: python
Priority: extra
Maintainer: Johannes Schauer <josch@pyneo.org>
Build-Depends: debhelper (>= 7), python-support (>= 0.5.3), python
Standards-Version: 3.9.1
Homepage: http://epydial.pyneo.org
Package: epydial
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-dbus, python-evas, python-ecore, python-pyneo
Description: a short description
a more lengthy and detailed description

@ -0,0 +1,30 @@
This package was debianized by Johannes Schauer <josch@pyneo.org> on
Tue, 23 June 2009 10:08:51 +0000.
It was downloaded from <http://pyneo.org>
Upstream Authors:
* Copyright © 2008-2009 M. Dietrich <mdt@pyneo.org>
* Copyright © 2009 Johannes Schauer <josch@pyneo.org>
For the Debian packaging:
* Copyright © 2009 Johannes Schauer <josch@pyneo.org>
License:
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-3'.

@ -0,0 +1 @@
2.5-

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@

@ -0,0 +1 @@
3.0 (quilt)

@ -125,12 +125,17 @@ esac
# build source packages #
#############################################################################
# epydial
git clone git://gitorious.org/epydial/epydial-new.git "$SRC_DIR/epydial"
# gsm0710muxd pyneo-pybankd pyneo-pyneod pyneo-resolvconf python-pyneo zad
curl http://git.pyneo.org/browse/cgit/pyneo/snapshot/pyneo-HEAD.tar.gz | tar xz
for src in gsm0710muxd pyneo-pybankd pyneo-pyneod pyneo-resolvconf python-pyneo zad; do # add pyneo-pygsmd?
cp -r "pyneo-HEAD/$src" "$SRC_DIR/$src"
done
rm -rf pyneo-HEAD
# pyneo-zadthemes pyneo-zadosk pyneo-zadwm python-ijon
for repo in pyneo-zadthemes pyneo-zadosk pyneo-zadwm python-ijon; do
curl http://git.pyneo.org/browse/cgit/$repo/snapshot/$repo-HEAD.tar.gz | tar xz
mv "$repo-HEAD" "$SRC_DIR/$repo"
@ -139,7 +144,7 @@ done
for pkg in "$SRC_DIR/"*; do
PKG="${pkg##*/}" # emulate basename(1)
mv "$SRC_DIR/$PKG" "$SRC_DIR/$PKG-$DATENOW"
tar --directory "$SRC_DIR" --create --gzip --file "$SRC_DIR/${PKG}_$DATENOW.orig.tar.gz" "$PKG-$DATENOW"
tar --exclude-vcs --directory "$SRC_DIR" --create --gzip --file "$SRC_DIR/${PKG}_$DATENOW.orig.tar.gz" "$PKG-$DATENOW"
cp -r "$DEB_DIR/$PKG" "$SRC_DIR/$PKG-$DATENOW/debian"
DEBEMAIL="josch@pyneo.org" DEBFULLNAME="Johannes Schauer" dch --package "$PKG" --newversion "$DATENOW-$MAINTAINER" \
--distribution unstable --empty --changelog "$SRC_DIR/$PKG-$DATENOW/debian/changelog" --create "new nightly build"

Loading…
Cancel
Save