version.patch 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. Description: <short summary of the patch>
  2. TODO: Put a short summary on the line above and replace this paragraph
  3. with a longer explanation of this change. Complete the meta-information
  4. with other relevant fields (see below for details). To make it easier, the
  5. information below has been extracted from the changelog. Adjust it or drop
  6. it.
  7. .
  8. spectacle (0.25-1) unstable; urgency=low
  9. .
  10. * New upstream release.
  11. * debian: drop downstream patches
  12. * debian: install README* to docs
  13. * debian: Adopt package (Closes: #641955)
  14. Author: Philippe Coval <rzr@gna.org>
  15. Bug-Debian: https://bugs.debian.org/641955
  16. ---
  17. The information above should follow the Patch Tagging Guidelines, please
  18. checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
  19. are templates for supplementary fields that you might want to add:
  20. Origin: <vendor|upstream|other>, <url of original patch>
  21. Bug: <url in upstream bugtracker>
  22. Bug-Debian: https://bugs.debian.org/<bugnumber>
  23. Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
  24. Forwarded: <no|not-needed|url proving that it has been forwarded>
  25. Reviewed-By: <name and email of someone who approved the patch>
  26. Last-Update: <YYYY-MM-DD>
  27. --- /dev/null
  28. +++ spectacle-0.25/spectacle/__version__.py
  29. @@ -0,0 +1 @@
  30. +VERSION = "0.25"