Skip to content

Commit

Permalink
Place the package under the GPL
Browse files Browse the repository at this point in the history
  • Loading branch information
james-w committed Aug 17, 2006
1 parent c4d76f5 commit ace4423
Show file tree
Hide file tree
Showing 10 changed files with 519 additions and 4 deletions.
339 changes: 339 additions & 0 deletions COPYING

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# __init__.py -- The plugin for bzr
# Copyright (C) 2005 Jamie Wilkinson <jaq@debian.org>
# 2006 James Westby <jw+debian@jameswestby.net>
#
# This file is part of bzr-builddeb.
#
# bzr-builldeb 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.
#
# bzr-builddeb 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 bzr-builddeb; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
import os
import sys
import shutil
Expand Down
20 changes: 20 additions & 0 deletions bdlogging.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# bdlogging.py -- Logging facilites
# Copyright (C) 2005 Jamie Wilkinson <jaq@debian.org>
# 2006 James Westby <jw+debian@jameswestby.net>
#
# This file is part of bzr-builddeb.
#
# bzr-builldeb 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.
#
# bzr-builddeb 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 bzr-builddeb; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#

from bzrlib.trace import info as bzrinfo, mutter as bzrmutter

Expand Down
20 changes: 20 additions & 0 deletions builder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# builder.py -- Classes for building packages
# Copyright (C) 2005 Jamie Wilkinson <jaq@debian.org>
# 2006 James Westby <jw+debian@jameswestby.net>
#
# This file is part of bzr-builddeb.
#
# bzr-builldeb 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.
#
# bzr-builddeb 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 bzr-builddeb; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#

import glob
import shutil
Expand Down
20 changes: 20 additions & 0 deletions changes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# changes.py -- Abstraction of .changes files
# Copyright (C) 2005 Jamie Wilkinson <jaq@debian.org>
# 2006 James Westby <jw+debian@jameswestby.net>
#
# This file is part of bzr-builddeb.
#
# bzr-builldeb 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.
#
# bzr-builddeb 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 bzr-builddeb; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#

import os

Expand Down
20 changes: 20 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# config.py -- Configuration of bzr-builddeb from files
# Copyright (C) 2005 Jamie Wilkinson <jaq@debian.org>
# 2006 James Westby <jw+debian@jameswestby.net>
#
# This file is part of bzr-builddeb.
#
# bzr-builldeb 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.
#
# bzr-builddeb 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 bzr-builddeb; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#

import os

Expand Down
24 changes: 20 additions & 4 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
This package was debianized by James Westby <jw+debian@jameswestby.net> on
Thu, 03 Aug 2006 19:22:20 +0100.

It was downloaded from http://jameswestby.net/bzr/bzr-builddeb
The original source can always be found at:
ftp://ftp.debian.org/dists/unstable/main/source/

Upstream Author: James Westby <jw+debian@jameswestby.net>

Copyright: 2006 James Westby
Copyright: 2005 Jamie Wilkinson <jaq@debian.org>
2006 James Westby <jw+debian@jameswestby.net>

License:

The Debian packaging is is placed in the public domain by James Westby
<jw+debian@jameswestby.net>.
bzr-builddeb 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.

bzr-builddeb 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 bzr-builddeb; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

The Debian packaging is (C) 2006 James Westby <jw+debian@jameswestby.net>,
and is placed under the same license as the rest of the package.
20 changes: 20 additions & 0 deletions errors.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# errors.py -- Error classes
# Copyright (C) 2005 Jamie Wilkinson <jaq@debian.org>
# 2006 James Westby <jw+debian@jameswestby.net>
#
# This file is part of bzr-builddeb.
#
# bzr-builldeb 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.
#
# bzr-builddeb 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 bzr-builddeb; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#

from bzrlib.errors import BzrNewError

Expand Down
20 changes: 20 additions & 0 deletions properties.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# properties.py -- Properties of a build
# Copyright (C) 2005 Jamie Wilkinson <jaq@debian.org>
# 2006 James Westby <jw+debian@jameswestby.net>
#
# This file is part of bzr-builddeb.
#
# bzr-builldeb 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.
#
# bzr-builddeb 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 bzr-builddeb; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
import os

class BuildProperties(object):
Expand Down
20 changes: 20 additions & 0 deletions util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# util.py -- Utility functions
# Copyright (C) 2005 Jamie Wilkinson <jaq@debian.org>
# 2006 James Westby <jw+debian@jameswestby.net>
#
# This file is part of bzr-builddeb.
#
# bzr-builldeb 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.
#
# bzr-builddeb 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 bzr-builddeb; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#

import shutil
import os
Expand Down

0 comments on commit ace4423

Please sign in to comment.