File: 0002-fix-version.diff

package info (click to toggle)
ibuffer-projectile 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 92 kB
  • sloc: lisp: 190; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Lev Lamberov <dogsleg@debian.org>
Subject: Fix version

This patch fixes version, since it is incorrectly defined upstream.

--- a/ibuffer-projectile.el
+++ b/ibuffer-projectile.el
@@ -6,7 +6,7 @@
 ;; Keywords: convenience
 ;; Package-Requires: ((projectile "0.11.0") (emacs "24.1"))
 ;; URL: http://github.com/purcell/ibuffer-projectile
-;; Package-Version: 0
+;; Package-Version: 0.3
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by