r1128 - in /trunk/packages/vim/debian: changelog rules

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Fri Dec 14 20:37:41 UTC 2007


Author: jamessan
Date: Fri Dec 14 20:37:41 2007
New Revision: 1128

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1128
Log:
* debian/rules:
  - Use bzip2 to compress the vim-runtime package.

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/debian/rules

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1128&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Fri Dec 14 20:37:41 2007
@@ -3,8 +3,10 @@
   * runtime/syntax/debcontrol.vim:
     - Reworked the URL regex so that it should properly match any non-local
       domain name as specified in RFC 1738.
-
- -- James Vega <jamessan at debian.org>  Mon, 10 Dec 2007 11:37:09 -0500
+  * debian/rules:
+    - Use bzip2 to compress the vim-runtime package.
+
+ -- James Vega <jamessan at debian.org>  Fri, 14 Dec 2007 15:36:05 -0500
 
 vim (1:7.1-175+1) unstable; urgency=low
 

Modified: trunk/packages/vim/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/rules?rev=1128&op=diff
==============================================================================
--- trunk/packages/vim/debian/rules (original)
+++ trunk/packages/vim/debian/rules Fri Dec 14 20:37:41 2007
@@ -457,7 +457,8 @@
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb
+	dh_builddeb -pvim-runtime -- -Zbzip2
+	dh_builddeb -Nvim-runtime
 
 binary-arch: build install
 binary-arch: $(foreach v,$(VARIANTS),binary-arch-$(v)) binary-arch-vim-dbg




More information about the pkg-vim-maintainers mailing list