~ubuntu-cloud-archive/ubuntu/precise/librabbitmq/precise-icehouse

« back to all changes in this revision

Viewing changes to descrip.mms

  • Committer: Package Import Robot
  • Author(s): Michael Fladischer
  • Date: 2013-11-04 20:15:55 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131104201555-wdjlgotdjansj1j9
Tags: 0.4.1-1
* Imported Upstream version 0.4.1
* Add libssl-dev to Build-Depends.
* Update librabbitmq1.symbols.
* Switch buildsystem to cmake.
  + Add cmake_multiarch.patch to fix multiarch installation paths for shared
    library files in cmake.
  * Add cmake to Build-Depends.
  * Drop dh-autoreconf from Build-Depends.
* Format packaging files with wrap-and-sort.
* Update d/watch file to use github releases instead of tags.
* Bump Standards version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
ALL : LIBRABBITMQ
 
3
        @ CONTINUE
 
4
 
 
5
LIBRABBITMQ :
 
6
        SET DEFAULT [.LIBRABBITMQ]
 
7
        MMK$(MMSQUALIFIERS)
 
8
        SET DEFAULT [-]
 
9
 
 
10
EXAMPLES : LIBRABBITMQ
 
11
        SET DEFAULT [.EXAMPLES]
 
12
        MMK$(MMSQUALIFIERS)
 
13
        SET DEFAULT [-]
 
14