~ubuntu-branches/ubuntu/vivid/gpodder/vivid

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-2.15-2

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2011-05-31 22:05:31 UTC
  • mfrom: (5.2.18 sid)
  • Revision ID: james.westby@ubuntu.com-20110531220531-f3gt49fypbmuair8
Tags: 2.15-2
This time without a patch that reverts the source to 2.14.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Upstream changes introduced in version 2.15-2
 
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
 gpodder (2.15-2) unstable; urgency=low
 
7
 .
 
8
   * This time without a patch that reverts the source to 2.14.
 
9
 .
 
10
 The person named in the Author field signed this changelog entry.
 
11
Author: tony mancill <tmancill@debian.org>
 
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
--- gpodder-2.15.orig/Makefile
 
27
+++ gpodder-2.15/Makefile
 
28
@@ -144,7 +144,7 @@ clean:
 
29
        find src/ -name '*.pyc' -exec rm '{}' \;
 
30
        find src/ -name '*.pyo' -exec rm '{}' \;
 
31
        find data/ui/ -name '*.ui.h' -exec rm '{}' \;
 
32
-       rm -f MANIFEST PKG-INFO data/messages.pot~
 
33
+       rm -f MANIFEST data/messages.pot~
 
34
        rm -f data/gpodder-??x??.png .coverage $(GPODDER_SERVICE_FILE)
 
35
        rm -rf build
 
36
        make -C data/po clean
 
37
--- /dev/null
 
38
+++ gpodder-2.15/.gitignore
 
39
@@ -0,0 +1 @@
 
40
+.pc