~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-02-02 11:39:59 UTC
  • mfrom: (1.4.4 upstream)
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20100202113959-n3u848nfj35yyd03
* New upstream release
* debian/control:
  + Standards version 3.8.4 (no changes needed)
* debian/patches/remove_support_for_non_debian_functionality.patch,
  debian/patches/remove_support_for_soft_debugger.patch,
  debian/patches/remove_support_for_moonlight.patch,
  debian/rules:
  + Split patch into two pieces, to make it easier to enable either
    SDB or Moonlight support with a rebuild
* debian/monodevelop-moonlight.install,
  debian/monodevelop-debugger-sdb.install,
  debian/control:
  + Create packaging data for the Soft Debugger addin and Moonlight addin -
    and comment them out of debian/control as we can't provide them on
    Debian for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 mono-xsp-base,
29
29
 mono-xsp2-base,
30
30
 desktop-file-utils
31
 
Standards-Version: 3.8.3
 
31
Standards-Version: 3.8.4
32
32
Homepage: http://www.monodevelop.com/
33
33
Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/monodevelop/trunk/
34
34
Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop/trunk/
101
101
 .
102
102
 This package enables version control integration (currently only Subversion)
103
103
 for MonoDevelop.
 
104
 
 
105
#Package: monodevelop-moonlight
 
106
#Architecture: all
 
107
#Depends: ${shlibs:Depends},
 
108
#         ${misc:Depends},
 
109
#         ${cli:Depends},
 
110
#         monodevelop (= ${source:Version}),
 
111
#         moonlight-web-devel
 
112
#Description: Moonlight plugin for MonoDevelop
 
113
# MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
 
114
# languages.
 
115
# .
 
116
# This package enables Moonlight developnment with MonoDevelop.
 
117
 
 
118
#Package: monodevelop-debugger-sdb
 
119
#Architecture: all
 
120
#Depends: ${shlibs:Depends},
 
121
#         ${misc:Depends},
 
122
#         ${cli:Depends},
 
123
#         monodevelop (= ${source:Version})
 
124
#Description: Mono Soft Debugger plugin for MonoDevelop
 
125
# MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET)
 
126
# languages.
 
127
# .
 
128
# This package enables the Mono Soft Debugger integrationfor MonoDevelop.