Skip to content

Commit

Permalink
More slight changes for the packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jrid committed Mar 24, 2011
1 parent 38b1fef commit b198257
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 28 deletions.
30 changes: 17 additions & 13 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@

# Copyright (C) 2006-2010 Julien Ridoux <julien@synclab.org>
# Copyright (C) 2006-2011 Julien Ridoux <julien@synclab.org>
#
# This file is part of the radclock program.
#
# 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/>.
# 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 2
# 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, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.


SUBDIRS = libradclock radclock examples man

Expand Down Expand Up @@ -63,6 +65,8 @@ dist-hook:
@echo "Pushing version number in packaging scripts"
sed -i -e 's/_RADCLOCK_VERSION_/$(PACKAGE_VERSION)/' $(distdir)/debian/changelog
sed -i -e 's/_RADCLOCK_VERSION_/$(PACKAGE_VERSION)/' $(distdir)/redhat/radclock.spec
@echo "Move debian copyright file in $(distdir) for Debian packaging"
mv $(distdir)/debian/copyright $(distdir)/
@echo ""
@echo "------------------------------------------------------"
@echo "* You made a release distribution"
Expand Down
27 changes: 14 additions & 13 deletions configure.in
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@

# Copyright (C) 2006-2010 Julien Ridoux <julien@synclab.org>
# Copyright (C) 2006-2011 Julien Ridoux <julien@synclab.org>
#
# This file is part of the radclock program.
#
# 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.
# 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 2
# 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, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.

# Process this file with autoconf to produce a configure script.
# Requires autoconf >=2.57
# Requires automake >=1.8
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ It was downloaded from http://www.synclab.org/radclock/
Upstream Authors: see the AUTHORS file

Copyright:
2006-2010 Julien Ridoux <julien@synclab.org>
2004-2010 Darryl Veitch <dveitch@unimelb.edu.au>
2006-2011 Julien Ridoux <julien@synclab.org>
2004-2011 Darryl Veitch <dveitch@unimelb.edu.au>

License: GPL-2+

Expand Down

0 comments on commit b198257

Please sign in to comment.