~rcmorano/classicmenu-indicator/classicmenu-indicator-gnome-shell

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-0.01

  • Committer: Florian Diesch
  • Date: 2011-06-14 19:40:44 UTC
  • Revision ID: diesch@localhost-20110614194044-nvvytp0q8umo8a1t
* ignore debian/patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Upstream changes introduced in version 0.01
2
 
 This patch has been created by dpkg-source during the package build.
3
 
 Here's the last changelog entry, hopefully it gives details on why
4
 
 those changes were made:
5
 
 .
6
 
 classicmenu-indicator (0.01) natty; urgency=low
7
 
 .
8
 
   * Initial release.
9
 
 .
10
 
 The person named in the Author field signed this changelog entry.
11
 
Author: Florian Diesch <debian@florian-diesch.de>
12
 
 
13
 
---
14
 
The information above should follow the Patch Tagging Guidelines, please
15
 
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
16
 
are templates for supplementary fields that you might want to add:
17
 
 
18
 
Origin: <vendor|upstream|other>, <url of original patch>
19
 
Bug: <url in upstream bugtracker>
20
 
Bug-Debian: http://bugs.debian.org/<bugnumber>
21
 
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
22
 
Forwarded: <no|not-needed|url proving that it has been forwarded>
23
 
Reviewed-By: <name and email of someone who approved the patch>
24
 
Last-Update: <YYYY-MM-DD>
25
 
 
26
 
--- /dev/null
27
 
+++ classicmenu-indicator-0.01/Makefile
28
 
@@ -0,0 +1,29 @@
29
 
+NAME=classicmenu-indicator
30
 
+VERSION=0.01
31
 
+DEBVERSION=0.01
32
 
+PPA=diesch/testing
33
 
+
34
 
+.PHONY: clean deb sdist ppa deb
35
 
+
36
 
+
37
 
+clean:
38
 
+       rm -rf *.pyc build dist  ../${NAME}_${DEBVERSION}* classicmenu_indicator.egg-info
39
 
+
40
 
+
41
 
+sdist:
42
 
+       python setup.py sdist
43
 
+
44
 
+egg:
45
 
+       python setup.py bdist_egg
46
 
+
47
 
+sdeb: sdist
48
 
+       cp dist/${NAME}-${VERSION}.tar.gz ../${NAME}_${VERSION}.orig.tar.gz
49
 
+       rm -r dist
50
 
+       debuild -S -sa  -v${DEBVERSION} -kB57F5641
51
 
+
52
 
+deb: sdeb
53
 
+       debuild -b -sa -v${DEBVERSION} -kB57F5641
54
 
+
55
 
+ppa: sdeb
56
 
+       dput ppa:${PPA} ../${NAME}_${DEBVERSION}_source.changes
57
 
+
58
 
--- /dev/null
59
 
+++ classicmenu-indicator-0.01/entry.dir
60
 
@@ -0,0 +1 @@
61
 
+['__class__', '__delattr__', '__doc__', '__format__', '__getattribute__', '__hash__', '__init__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'comment', 'desktop_file_id', 'desktop_file_path', 'exec_info', 'get_comment', 'get_desktop_file_id', 'get_desktop_file_path', 'get_display_name', 'get_exec', 'get_generic_name', 'get_icon', 'get_is_excluded', 'get_is_nodisplay', 'get_launch_in_terminal', 'get_name', 'get_parent', 'get_type', 'icon', 'is_excluded', 'is_nodisplay', 'launch_in_terminal', 'name', 'parent', 'type']
62
 
--- /dev/null
63
 
+++ classicmenu-indicator-0.01/desktop/autostart/classicmenu-indicator.desktop
64
 
@@ -0,0 +1,8 @@
65
 
+[Desktop Entry]
66
 
+Name=ClassicMenu Indicator
67
 
+Comment=Indicator applet to show the Gnome Classic main menu
68
 
+GenericName=ClassicMenu Indicator
69
 
+Categories=GNOME;Utility;
70
 
+Exec=classicmenu-indicator
71
 
+Icon=gnome-main-menu
72
 
+Type=Application
73
 
--- /dev/null
74
 
+++ classicmenu-indicator-0.01/desktop/application/classicmenu-indicator.desktop
75
 
@@ -0,0 +1,10 @@
76
 
+[Desktop Entry]
77
 
+Name=ClassicMenu Indicator
78
 
+Comment=Indicator applet to show the Gnome Classic main menu
79
 
+Comment[de]=Ein Indikator-Applet, das das Hauptmenu von Gnome Classic anzeigt
80
 
+GenericName=ClassicMenu Indicator
81
 
+Categories=GNOME;Utility;
82
 
+Exec=classicmenu-indicator
83
 
+Icon=gnome-main-menu
84
 
+Terminal=false
85
 
+Type=Application