[Python-apps-commits] r10370 - in packages/menulibre/trunk (10 files)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Mon Jan 20 21:42:17 UTC 2014


    Date: Monday, January 20, 2014 @ 21:42:17
  Author: noskcaj-guest
Revision: 10370

[svn-inject] Applying Debian modifications (2.0-1) to trunk

Added:
  packages/menulibre/trunk/debian/
  packages/menulibre/trunk/debian/changelog
  packages/menulibre/trunk/debian/compat
  packages/menulibre/trunk/debian/control
  packages/menulibre/trunk/debian/copyright
  packages/menulibre/trunk/debian/menu
  packages/menulibre/trunk/debian/rules
  packages/menulibre/trunk/debian/source/
  packages/menulibre/trunk/debian/source/format
  packages/menulibre/trunk/debian/watch


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

Added: packages/menulibre/trunk/debian/changelog
===================================================================
--- packages/menulibre/trunk/debian/changelog	                        (rev 0)
+++ packages/menulibre/trunk/debian/changelog	2014-01-20 21:42:17 UTC (rev 10370)
@@ -0,0 +1,5 @@
+menulibre (2.0-1) UNRELEASED; urgency=medium
+
+  * Initial Release. Closes: #731427
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Mon, 20 Jan 2014 15:30:57 +1100
\ No newline at end of file

Added: packages/menulibre/trunk/debian/compat
===================================================================
--- packages/menulibre/trunk/debian/compat	                        (rev 0)
+++ packages/menulibre/trunk/debian/compat	2014-01-20 21:42:17 UTC (rev 10370)
@@ -0,0 +1 @@
+9
\ No newline at end of file

Added: packages/menulibre/trunk/debian/control
===================================================================
--- packages/menulibre/trunk/debian/control	                        (rev 0)
+++ packages/menulibre/trunk/debian/control	2014-01-20 21:42:17 UTC (rev 10370)
@@ -0,0 +1,27 @@
+Source: menulibre
+Section: admin
+Priority: optional
+Maintainer: Jackson Doak <noskcaj at ubuntu.com>
+Uploaders: Python Applications Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python3, 
+ python3-distutils-extra (>= 2.18), libgnome-menu-3-dev (>= 3.5.3), python-gi-dev
+Standards-Version: 3.9.5
+Homepage: https://launchpad.net/menulibre
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/menulibre/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/menulibre/trunk/
+
+Package: menulibre
+Architecture: all
+Depends: ${python3:Depends}, 
+         ${misc:Depends},
+         gnome-menus (>= 3.5.3),
+         python3-gi (>= 3.0),
+         gir1.2-gtk-3.0,
+         gir1.2-gmenu-3.0 (>= 3.5.3),
+         gir1.2-glib-2.0,
+         gir1.2-gdkpixbuf-2.0
+Description: advanced menu editor
+ An advanced menu editor that provides modern features in a clean, easy-to-use
+ interface. All without GNOME dependencies, so even lightweight systems can
+ benefit from the sanity that MenuLibre offers. MenuLibre is your one-stop shop
+ for menus in Linux, whether you use GNOME, LXDE, Xfce, or Unity.
\ No newline at end of file

Added: packages/menulibre/trunk/debian/copyright
===================================================================
--- packages/menulibre/trunk/debian/copyright	                        (rev 0)
+++ packages/menulibre/trunk/debian/copyright	2014-01-20 21:42:17 UTC (rev 10370)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Menulibre
+Upstream-Contact: Sean Davis <smd.seandavis at gmail.com>
+Source: https://launchpad.net/menulibre
+
+Files: *
+Copyright: 2012-2014, Sean Davis <smd.seandavis at gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2014, Jackson Doak <noskcaj at ubuntu.com>
+License: GPL-3+
+
+License: GPL-3+ 
+ 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
+ (at your option) 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'.
\ No newline at end of file

Added: packages/menulibre/trunk/debian/menu
===================================================================
--- packages/menulibre/trunk/debian/menu	                        (rev 0)
+++ packages/menulibre/trunk/debian/menu	2014-01-20 21:42:17 UTC (rev 10370)
@@ -0,0 +1,2 @@
+?package(menulibre):needs="X11" section="Applications/System/Administration"\
+  title="menulibre" command="menulibre"

Added: packages/menulibre/trunk/debian/rules
===================================================================
--- packages/menulibre/trunk/debian/rules	                        (rev 0)
+++ packages/menulibre/trunk/debian/rules	2014-01-20 21:42:17 UTC (rev 10370)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_installchanglogs:
+	dh_installchangeslogs NEWS


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

Added: packages/menulibre/trunk/debian/source/format
===================================================================
--- packages/menulibre/trunk/debian/source/format	                        (rev 0)
+++ packages/menulibre/trunk/debian/source/format	2014-01-20 21:42:17 UTC (rev 10370)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

Added: packages/menulibre/trunk/debian/watch
===================================================================
--- packages/menulibre/trunk/debian/watch	                        (rev 0)
+++ packages/menulibre/trunk/debian/watch	2014-01-20 21:42:17 UTC (rev 10370)
@@ -0,0 +1,3 @@
+version=3
+https://launchpad.net/menulibre \
+(?:.*/|)menulibre(?:-|_|_v|\.|V|)(\d\S*)\.(?:tar\.(?:gz|bz2|xz)|tgz|tbz2|txz|zip)
\ No newline at end of file




More information about the Python-apps-commits mailing list