~ubuntu-branches/debian/stretch/ecb/stretch

« back to all changes in this revision

Viewing changes to ecb-images/sources/height-14_to_21/ecb-vc-needs-merge.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Zak B. Elep
  • Date: 2006-05-16 00:20:55 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060516002055-6un1h7av7a5vwqqi
Tags: 2.32-1
* debian/control
  Remove dependency to build PDF and html files.
* debian/emacsen-startup:
  Change back to (require 'ecb-autoloads) for quick loading.
* Drop pdf file installation by default.
* Depend on cogre and cedet-contrib.
* Drop jde as suggests

Cai Qian <caiqian@debian.org>  Sat, 3 Jue 2006 23:33:00 +0100

* New upstream release. (Closes: #289090, #269793, #292356)
* New maintainer (Closes: #321808).
* Change build system to use CDBS + debhelper.
* debian/rules:
  - Remove extraneous .cvsignore files and bash scripts.
    (Closes: #301939)
  - dh_link now placed in debian/links .
  - Handle doc installation via DEB_INSTALL_DOCS_ALL , remove
    debian/docs .
* debian/patches:
  - Add 10_Makefile_adjust.patch (old fixes)
* debian/control:
  - Bump Standards-Version.
  - Adjust debhelper dependency to (>= 5.0.7).
  - Add homepage to long description.
  - Add cdbs and debhelper to Build-Depends.
  - Rewrite description synopsis.
* debian/copyright:
  - Add notice from ecb.el . Must ping upstream to update FSF
    address.
* debian/emacsen-install:
  - Get ecb to find its images by properly linking to
    /usr/share/emacs/site-lisp/ecb/ecb-images (Closes: #272506)
* debian/emacsen-startup:
  - Use (require 'ecb) instead of (require 'ecb-autoloads) so we
    can call ECB from the Tools menu (Closes: #296794)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * ecb_leaf_needs_merge_xpm[] = {
 
3
"16 14 10 1",
 
4
"       c None",
 
5
".      c #424242",
 
6
"+      c #949494",
 
7
"@      c #9C9C9C",
 
8
"#      c #A5A5A5",
 
9
"$      c #ADADAD",
 
10
"%      c #848484",
 
11
"&      c #B5B5B5",
 
12
"*      c #FE3201",
 
13
"=      c #FFFFFF",
 
14
"                ",
 
15
".......         ",
 
16
".++@@#..        ",
 
17
".+@@##.$.       ",
 
18
".@@###....      ",
 
19
".@%%%+%$&.      ",
 
20
".###$$****      ",
 
21
".#%+%**==**     ",
 
22
".#$$***==***    ",
 
23
".$%%***==***    ",
 
24
".$$&***==***    ",
 
25
".$&&********    ",
 
26
".....**==**     ",
 
27
"      ****      "};