[SCM] jfugue packaging branch, master, updated. debian/4.0.3-2-1-g673b0ae

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Sat Nov 26 18:29:18 UTC 2011


The following commit has been merged in the master branch:
commit 673b0ae7f7c36978272b1c31ac78451e351dace4
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Sat Nov 26 18:33:45 2011 +0100

    Correctly do the package renaming.

diff --git a/debian/changelog b/debian/changelog
index 528f5fc..59a0e71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,16 @@
+jfugue (4.0.3-3) unstable; urgency=low
+
+  * Correctly do the package renaming jfugue -> libjfugue-java, providing
+    the appropriate transition package (closes: #649601).
+
+ -- Giovanni Mascellani <gio at debian.org>  Sat, 26 Nov 2011 18:24:46 +0100
+
 jfugue (4.0.3-2) unstable; urgency=low
 
   * Rename binary package: jfugue -> libjfugue-java, which is more
     appropriate.
 
- -- Giovanni Mascellani <gio at debian.org>  Sun, 20 Nov 2011 14:46:41 +0100
+ -- Giovanni Mascellani <gio at debian.org>  Sat, 26 Nov 2011 18:24:45 +0100
 
 jfugue (4.0.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index eab1729..9d67b6a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-java/jfugue.git;a=summary
 Package: libjfugue-java
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Provides: jfugue
+Replaces: jfugue (<< 4.0.3-3~)
+Breaks: jfugue (<< 4.0.3-3~)
 Description: Java API for music programming
  JFugue is a Java API for music programming that does not require the
  programmer to be aware of all the complexities of MIDI. The music can
@@ -21,3 +24,19 @@ Description: Java API for music programming
  .
  JFugue supports playing music in real time as well as saving it to
  MIDI files or send it to MIDI devices.
+
+Package: jfugue
+Architecture: all
+Depends: libjfugue-java, ${misc:Depends}
+Description: Java API for music programming - transitional package
+ JFugue is a Java API for music programming that does not require the
+ programmer to be aware of all the complexities of MIDI. The music can
+ be synthetized from strings that describe its notes, chords,
+ instruments, etc., or can be generated in real-time in many different
+ ways.
+ .
+ JFugue supports playing music in real time as well as saving it to
+ MIDI files or send it to MIDI devices.
+ .
+ This is a transitional package and can safely removed after having
+ installed its dependencies.
diff --git a/debian/jlibs b/debian/libjfugue-java.jlibs
similarity index 100%
rename from debian/jlibs
rename to debian/libjfugue-java.jlibs

-- 
jfugue packaging



More information about the pkg-java-commits mailing list