[Python-apps-commits] r8205 - in packages/brebis/trunk (10 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Sun Feb 19 23:21:48 UTC 2012


    Date: Sunday, February 19, 2012 @ 23:21:47
  Author: chaica-guest
Revision: 8205

first commit for brebis package

Added:
  packages/brebis/trunk/debian/
  packages/brebis/trunk/debian/changelog
  packages/brebis/trunk/debian/compat
  packages/brebis/trunk/debian/control
  packages/brebis/trunk/debian/copyright
  packages/brebis/trunk/debian/install
  packages/brebis/trunk/debian/rules
  packages/brebis/trunk/debian/source/
  packages/brebis/trunk/debian/source/format
  packages/brebis/trunk/debian/watch


Property changes on: packages/brebis/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/brebis/trunk/debian/changelog
===================================================================
--- packages/brebis/trunk/debian/changelog	                        (rev 0)
+++ packages/brebis/trunk/debian/changelog	2012-02-19 23:21:47 UTC (rev 8205)
@@ -0,0 +1,5 @@
+brebis (0.4-1) unstable; urgency=low
+
+  * Initial release. (Closes: #642655)
+
+ -- Carl Chenet <chaica at ohmytux.com>  Fri, 17 Feb 2012 00:36:50 +0100

Added: packages/brebis/trunk/debian/compat
===================================================================
--- packages/brebis/trunk/debian/compat	                        (rev 0)
+++ packages/brebis/trunk/debian/compat	2012-02-19 23:21:47 UTC (rev 8205)
@@ -0,0 +1 @@
+7

Added: packages/brebis/trunk/debian/control
===================================================================
--- packages/brebis/trunk/debian/control	                        (rev 0)
+++ packages/brebis/trunk/debian/control	2012-02-19 23:21:47 UTC (rev 8205)
@@ -0,0 +1,19 @@
+Source: brebis
+Priority: optional
+Section: python
+X-Python3-Version: >= 3.2
+Maintainer: Carl Chenet <chaica at ohmytux.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python3-all
+Standards-Version: 3.9.2
+Homepage: http://home.brebisproject.org/
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/brebis/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/brebis/trunk/
+
+Package: brebis
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: fully automated backup checker
+ Brebis parses backups (archives and file tree) to perform
+ several different checks in order to verify your backup integrity
+ and its associated content.

Added: packages/brebis/trunk/debian/copyright
===================================================================
--- packages/brebis/trunk/debian/copyright	                        (rev 0)
+++ packages/brebis/trunk/debian/copyright	2012-02-19 23:21:47 UTC (rev 8205)
@@ -0,0 +1,36 @@
+This package was debianized by Chenet Carl <chaica at ohmytux.com> on
+Fri, 17 Feb 2012 00:32:58 +0100.
+
+It was downloaded from http://www.brebisproject.org
+
+Upstream Author: 
+
+    Chenet Carl <chaica at ohmytux.com>
+
+Copyright: 
+
+    Copyright © 2012 Carl Chenet <chaica at ohmytux.com>
+
+License:
+
+    This package 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
+    any later version.
+ 
+    This package 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is © 2012, Chenet Carl <chaica at ohmytux.com> and
+is licensed under the GPL-3 or any later version, see above.
+
+

Added: packages/brebis/trunk/debian/install
===================================================================
--- packages/brebis/trunk/debian/install	                        (rev 0)
+++ packages/brebis/trunk/debian/install	2012-02-19 23:21:47 UTC (rev 8205)
@@ -0,0 +1,2 @@
+usr/lib/python3/dist-packages
+usr/bin

Added: packages/brebis/trunk/debian/rules
===================================================================
--- packages/brebis/trunk/debian/rules	                        (rev 0)
+++ packages/brebis/trunk/debian/rules	2012-02-19 23:21:47 UTC (rev 8205)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python3
+
+override_dh_auto_clean:
+	python3 setup.py clean -a
+
+override_dh_auto_build:
+	python3 setup.py build
+
+override_dh_auto_install:
+	python3 setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb \
+	--install-lib=usr/lib/python3/dist-packages --install-scripts=usr/bin
+


Property changes on: packages/brebis/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/brebis/trunk/debian/source/format
===================================================================
--- packages/brebis/trunk/debian/source/format	                        (rev 0)
+++ packages/brebis/trunk/debian/source/format	2012-02-19 23:21:47 UTC (rev 8205)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/brebis/trunk/debian/watch
===================================================================
--- packages/brebis/trunk/debian/watch	                        (rev 0)
+++ packages/brebis/trunk/debian/watch	2012-02-19 23:21:47 UTC (rev 8205)
@@ -0,0 +1,2 @@
+version=3
+http://brebisproject.org/projects/brebis/files /attachment/download/([\d]\.*)/brebis-([\d]\.*).tar.gz




More information about the Python-apps-commits mailing list