~ubuntu-branches/ubuntu/oneiric/pyro/oneiric

« back to all changes in this revision

Viewing changes to debian/semantic.cache

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2007-09-01 23:12:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070901231252-veufo1dqva5oipo1
Tags: 3.7-1
* Adopting the package in the name of the Python Modules Team
  (Closes: #439048)
  - Thanks to Alexandre Fayolle and Jérémy Bobbio for the previous NMUs
    (Closes: #216731, #377680, #391808)
* New upstream version
* debian/watch:
  - Adding file
* debian/control:
  - Reflecting maintainer change
  - Adding XS-Vcs-Svn and XS-Vcs-Browser fields
  - Moving python to Build-Depends because it's used in the clean target
  - Adding dpatch to Build-Depends
  - Putting pyro-doc into the doc Section
* debian/semantic.cache:
  - Removing file, not needed for packaging pyro
* debian/setup.cfg:
  - Adding file to configure upstream's very special setup.py
* debian/rules:
  - Fixing build process to use debian/setup.cfg
  - Adding dpatch targets/include
* debian/README.Debian:
  - Removing file, explanation not needed anymore
* debian/NEWS.Debian:
  - Adding file, explaining upstream's change in the script names
* debian/patches:
  - Adding patch to cleanup/fix shebangs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
;; Object debian/
2
 
;; SEMANTICDB Tags save file
3
 
(semanticdb-project-database-file "debian/"
4
 
  :tables (list 
5
 
   (semanticdb-table "rules"
6
 
    :major-mode 'makefile-mode
7
 
    :tags '(("build" function (:arguments ("build-stamp")) nil [172 192]) ("build-stamp" function nil nil [192 237]) ("clean" function nil nil [237 289]) ("install" function (:arguments ("build")) nil [372 442]) ("binary-indep" function (:arguments ("build" "install")) nil [612 1953]) ("binary-arch" function (:arguments ("build" "install")) nil [1996 2024]) ("binary" function (:arguments ("binary-indep" "binary-arch")) nil [2024 2063]))
8
 
    :file "rules"
9
 
    :pointmax 2127
10
 
    :unmatched-syntax 'nil
11
 
    )
12
 
   )
13
 
  :file "semantic.cache"
14
 
  :semantic-tag-version "2.0beta3"
15
 
  :semanticdb-version "2.0beta3"
16
 
  )