[SCM] flam3/master: Update changelog, control file and copyright hints.

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Apr 18 19:24:05 UTC 2013


The following commit has been merged in the master branch:
commit b8faef2878fb97446422ef242fb4232c64dc6292
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Apr 18 12:26:04 2012 -0400

    Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index b9164ed..d5e8fe8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-flam3 (3.0.1.0-1) unstable; urgency=low
+flam3 (3.0.1.0-1) UNRELEASED; urgency=low
 
   * Friendly takeover, on behalf of the Debian Multimedia Maintainers
     team. Thanks for the good work, Roberto.
-  * Repackage using prisitne upstream tarball.
+  * Re-release using pristine upstream tarball.
   * Simplify packaging using cdbs.
   * Bump debhelper compat level to 7.
   * Bump standards-version to 3.9.3.
@@ -15,8 +15,11 @@ flam3 (3.0.1.0-1) unstable; urgency=low
   * Include CDBS autoreconf.mk to (re)generate autotools during build.
   * Update copyright file: Rewrite using format 1.0.
   * Link with -Wl,--as-needed.
+  * Improve long description and suggest electricsheep.
+  * Build and package shared library, with multi-arch support (yet
+    gracefully downgrading to ease backporting).
 
- -- Jonas Smedegaard <dr at jones.dk>  Wed, 18 Apr 2012 02:25:21 -0400
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 18 Apr 2012 12:23:18 -0400
 
 flam3 (3.0.1-2.1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 762de26..25105b0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends: cdbs,
  autotools-dev,
  dh-autoreconf,
  debhelper,
- dh-buildinfo,
  zlib1g-dev,
  libpng12-dev,
  libxml2-dev,
@@ -17,22 +16,71 @@ Homepage: http://flam3.com/
 Vcs-Git: git://git.debian.org/collab-maint/flam3.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/flam3.git
 
+Package: libflam3-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libflam3 (= ${binary:Version}),
+ ${devlibs:Depends},
+ ${misc:Depends},
+ pkg-config
+Provides: libflam-dev
+Conflicts: libflam-dev
+Description: cosmic recursive fractal flames - library headers
+ Fractal Flames are algorithmically generated images and animations. The
+ shape of each image is specified by a long string of numbers - a
+ genetic code of sorts.
+ .
+ FLAM3 is the rendering engine for Electric Sheep.
+ .
+ This package contains the development headers and static libraries.
+
+Package: libflam3
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends},
+ ${cdbs:Pre-Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libflam3-data (= ${binary:Version})
+Suggests: flam3
+Description: cosmic recursive fractal flames - shared library
+ Fractal Flames are algorithmically generated images and animations. The
+ shape of each image is specified by a long string of numbers - a
+ genetic code of sorts.
+ .
+ FLAM3 is the rendering engine for Electric Sheep.
+ .
+ This package contains the shared libraries.
+
+Package: libflam3-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Recommends: libflam3
+Description: cosmic recursive fractal flames - shared data
+ Fractal Flames are algorithmically generated images and animations. The
+ shape of each image is specified by a long string of numbers - a
+ genetic code of sorts.
+ .
+ FLAM3 is the rendering engine for Electric Sheep.
+ .
+ This package contains the shared data files.
+
 Package: flam3
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: electricsheep
 Replaces: electricsheep (<< 2.7~)
 Breaks: electricsheep (<< 2.7~)
-Description: render and animate FLAM3s and manipulate their genomes
- According to the upstream website:
- .
+Description: cosmic recursive fractal flames - tools
  Fractal Flames are algorithmically generated images and animations. The
- software was originally written in 1992 and released as open source, aka
- free software. Since then it has developed a lot. It has been incorporated
- into many graphics programs and ported to most operating systems. The shape
- of each image is specified by a long string of numbers - a genetic code of
- sorts.
- .
- You can create your own flames with the Apophysis interactive designer (for
- windows), Qosmic (for Linux), or Oxidizer (for Mac OS X), or Apophysis-J
- (cross-platform in Java). Or you can use the Electric Sheep distributed
- screen saver to join the collective evolution of animated fractal flames. 
+ shape of each image is specified by a long string of numbers - a
+ genetic code of sorts.
+ .
+ FLAM3 is the rendering engine for Electric Sheep.
+ .
+ This package contains tools to render and animate FLAM3s and manipulate
+ their genomes.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index f2fce42..beb9a04 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -9,6 +9,8 @@ Files: debian/README.source
  debian/compat
  debian/control
  debian/control.in
+ debian/flam3.install
+ debian/libflam3-data.install
  debian/patches/manpage_whatis_fix.patch
  debian/patches/series
  debian/source/format

-- 
flam3 packaging



More information about the pkg-multimedia-commits mailing list