[pve-devel] r5373 - in pve-common/trunk: . debian
svn-commits at proxmox.com
svn-commits at proxmox.com
Thu Jan 13 07:20:56 CET 2011
Author: dietmar
Date: 2011-01-13 07:20:56 +0100 (Thu, 13 Jan 2011)
New Revision: 5373
Added:
pve-common/trunk/debian/
pve-common/trunk/debian/changelog
pve-common/trunk/debian/compat
pve-common/trunk/debian/control
pve-common/trunk/debian/copyright
pve-common/trunk/debian/rules
Log:
Added: pve-common/trunk/debian/changelog
===================================================================
--- pve-common/trunk/debian/changelog (rev 0)
+++ pve-common/trunk/debian/changelog 2011-01-13 06:20:56 UTC (rev 5373)
@@ -0,0 +1,6 @@
+libpve-common-perl (1.0-1) unstable; urgency=low
+
+ * initial package
+
+ -- Proxmox Support Team <support at proxmox.com> Mon, 09 Aug 2010 14:54:24 +0200
+
Added: pve-common/trunk/debian/compat
===================================================================
--- pve-common/trunk/debian/compat (rev 0)
+++ pve-common/trunk/debian/compat 2011-01-13 06:20:56 UTC (rev 5373)
@@ -0,0 +1 @@
+7
Added: pve-common/trunk/debian/control
===================================================================
--- pve-common/trunk/debian/control (rev 0)
+++ pve-common/trunk/debian/control 2011-01-13 06:20:56 UTC (rev 5373)
@@ -0,0 +1,13 @@
+Source: libpve-common-perl
+Section: perl
+Priority: extra
+Maintainer: Proxmox Support Team <support at proxmox.com>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+
+Package: libpve-common-perl
+Architecture: all
+Depends: ${perl:Depends} ${misc:Depends} libdevel-cycle-perl, libwww-perl,
+ libjson-perl, liblinux-inotify2-perl, libio-stringy-perl
+Description: Proxmox VE base library
+ This package contains the base library used by other Proxmox VE components.
Added: pve-common/trunk/debian/copyright
===================================================================
--- pve-common/trunk/debian/copyright (rev 0)
+++ pve-common/trunk/debian/copyright 2011-01-13 06:20:56 UTC (rev 5373)
@@ -0,0 +1,16 @@
+Copyright (C) 2010 Proxmox Server Solutions GmbH
+
+This software is written by Proxmox Server Solutions GmbH <support at proxmox.com>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero 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 Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
Added: pve-common/trunk/debian/rules
===================================================================
--- pve-common/trunk/debian/rules (rev 0)
+++ pve-common/trunk/debian/rules 2011-01-13 06:20:56 UTC (rev 5373)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
Property changes on: pve-common/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
More information about the pve-devel
mailing list