~ubuntu-branches/ubuntu/saucy/padre/saucy-proposed

« back to all changes in this revision

Viewing changes to MANIFEST

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2012-01-04 12:04:20 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20120104120420-i5oybqwf91m1d3il
Tags: 0.92.ds1-1
[ gregor herrmann ]
* Remove debian/source/local-options; abort-on-upstream-changes
  and unapply-patches are default in dpkg-source since 1.16.1.
* Swap order of alternative (build) dependencies after the perl
  5.14 transition.

[ Dominique Dumont ]
* Imported Upstream version 0.92.ds1
* removed fix-spelling patch (applied upstream)
* lintian-override: use wildcard to avoid listing a gazillion files
* updated size of some 'not-real-man-page' entries
* rules: remove dekstop cruft (replaced by a file provided in debian
  directory)
* control: removed Breaks statement. Add /me to uploaders. Updated
  dependencies
* rules: make sure that non-DFSG file (i.e. the cute butterfly, sigh)
  is not distributed

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Artistic
3
3
Changes
4
4
COPYING
 
5
eg/actionscript/helloworld.as
 
6
eg/ada/helloworld.ada
 
7
eg/cobol/helloworld.cbl
 
8
eg/haskell/helloworld.hs
 
9
eg/hello.html
5
10
eg/hello.pasm
 
11
eg/java/HelloWorld.java
 
12
eg/pascal/helloworld.pas
6
13
eg/perl5/cmd.pl
7
14
eg/perl5/cyrillic_test.pl
8
15
eg/perl5/hello_foo.pl
17
24
eg/perl6/perl6.pod
18
25
eg/perl6/Perl6Class.pm
19
26
eg/perl6/Perl6Grammar.p6
 
27
eg/php/hello.php
20
28
eg/python/hello_py
21
29
eg/README
22
30
eg/ruby/add.rb
23
31
eg/ruby/hello_world.rb
24
32
eg/ruby/hello_world_rb
 
33
eg/sql/query.sql
25
34
eg/syntax_demo.css
26
35
eg/syntax_demo.js
27
36
eg/syntax_demo.json
28
37
eg/tcl/hello_tcl
29
38
eg/tcl/portable_tcl
 
39
eg/theme/style_perl5.pl
 
40
eg/theme/style_sql.sql
30
41
eg/xml/xml_example
31
42
inc/Module/Install.pm
32
43
inc/Module/Install/Base.pm
55
66
lib/Padre/Config/Patch.pm
56
67
lib/Padre/Config/Project.pm
57
68
lib/Padre/Config/Setting.pm
58
 
lib/Padre/Config/Style.pm
59
69
lib/Padre/Config/Upgrade.pm
60
70
lib/Padre/Constant.pm
61
71
lib/Padre/CPAN.pm
65
75
lib/Padre/DB/History.pm
66
76
lib/Padre/DB/HostConfig.pm
67
77
lib/Padre/DB/LastPositionInFile.pm
68
 
lib/Padre/DB/Migrate.pm
69
78
lib/Padre/DB/Plugin.pm
70
79
lib/Padre/DB/RecentlyUsed.pm
71
80
lib/Padre/DB/Session.pm
73
82
lib/Padre/DB/Snippets.pod
74
83
lib/Padre/DB/SyntaxHighlight.pm
75
84
lib/Padre/DB/Timeline.pm
 
85
lib/Padre/Delta.pm
76
86
lib/Padre/Desktop.pm
77
87
lib/Padre/Document.pm
78
 
lib/Padre/Document/DoubleDashComment.pm
79
 
lib/Padre/Document/DoubleSlashComment.pm
80
 
lib/Padre/Document/HashComment.pm
81
 
lib/Padre/Document/PercentComment.pm
 
88
lib/Padre/Document/CSharp.pm
 
89
lib/Padre/Document/CSharp/FunctionList.pm
 
90
lib/Padre/Document/Java.pm
 
91
lib/Padre/Document/Java/FunctionList.pm
 
92
lib/Padre/Document/Patch.pm
82
93
lib/Padre/Document/Perl.pm
83
94
lib/Padre/Document/Perl/Autocomplete.pm
84
95
lib/Padre/Document/Perl/Beginner.pm
91
102
lib/Padre/Document/Perl/QuickFix/IncludeModule.pm
92
103
lib/Padre/Document/Perl/QuickFix/StrictWarnings.pm
93
104
lib/Padre/Document/Perl/Syntax.pm
94
 
lib/Padre/Document/POD.pm
 
105
lib/Padre/Document/Python.pm
 
106
lib/Padre/Document/Python/FunctionList.pm
 
107
lib/Padre/Document/Ruby.pm
 
108
lib/Padre/Document/Ruby/FunctionList.pm
95
109
lib/Padre/Feature.pm
96
110
lib/Padre/File.pm
97
111
lib/Padre/File/FTP.pm
139
153
lib/Padre/Task/Addition.pm
140
154
lib/Padre/Task/BackupUnsaved.pm
141
155
lib/Padre/Task/Browser.pm
 
156
lib/Padre/Task/CPAN2.pm
 
157
lib/Padre/Task/Diff.pm
142
158
lib/Padre/Task/Eval.pm
143
159
lib/Padre/Task/File.pm
144
160
lib/Padre/Task/FindInFiles.pm
156
172
lib/Padre/Task/ReplaceInFiles.pm
157
173
lib/Padre/Task/Run.pm
158
174
lib/Padre/Task/Syntax.pm
 
175
lib/Padre/Task/VCS.pm
159
176
lib/Padre/TaskHandle.pm
160
177
lib/Padre/TaskManager.pm
161
 
lib/Padre/TaskProcess.pm
162
178
lib/Padre/TaskQueue.pm
163
 
lib/Padre/TaskThread.pm
164
179
lib/Padre/TaskWorker.pm
 
180
lib/Padre/Template.pm
165
181
lib/Padre/Test.pm
166
182
lib/Padre/Transform.pm
 
183
lib/Padre/Unload.pm
167
184
lib/Padre/Util.pm
168
185
lib/Padre/Util/CommandLine.pm
169
186
lib/Padre/Util/FileBrowser.pm
171
188
lib/Padre/Util/Template.pm
172
189
lib/Padre/Util/Win32.pm
173
190
lib/Padre/Wx.pm
174
 
lib/Padre/Wx/About.pm
175
191
lib/Padre/Wx/Action.pm
176
192
lib/Padre/Wx/ActionLibrary.pm
177
193
lib/Padre/Wx/ActionQueue.pm
179
195
lib/Padre/Wx/AuiManager.pm
180
196
lib/Padre/Wx/Bottom.pm
181
197
lib/Padre/Wx/Browser.pm
 
198
lib/Padre/Wx/Choice/Theme.pm
182
199
lib/Padre/Wx/Command.pm
 
200
lib/Padre/Wx/Constant.pm
183
201
lib/Padre/Wx/CPAN.pm
184
202
lib/Padre/Wx/CPAN/Listview.pm
 
203
lib/Padre/Wx/CPAN2.pm
185
204
lib/Padre/Wx/Debug.pm
186
205
lib/Padre/Wx/Debugger.pm
 
206
lib/Padre/Wx/Dialog/About.pm
187
207
lib/Padre/Wx/Dialog/Advanced.pm
188
208
lib/Padre/Wx/Dialog/Bookmarks.pm
 
209
lib/Padre/Wx/Dialog/Diff.pm
189
210
lib/Padre/Wx/Dialog/DocStats.pm
190
211
lib/Padre/Wx/Dialog/Expression.pm
191
212
lib/Padre/Wx/Dialog/FilterTool.pm
192
213
lib/Padre/Wx/Dialog/Find.pm
193
 
lib/Padre/Wx/Dialog/FindFast.pm
194
214
lib/Padre/Wx/Dialog/FindInFiles.pm
195
215
lib/Padre/Wx/Dialog/Form.pm
196
216
lib/Padre/Wx/Dialog/Goto.pm
197
217
lib/Padre/Wx/Dialog/HelpSearch.pm
198
 
lib/Padre/Wx/Dialog/KeyBindings.pm
199
218
lib/Padre/Wx/Dialog/OpenResource.pm
200
219
lib/Padre/Wx/Dialog/OpenURL.pm
 
220
lib/Padre/Wx/Dialog/Patch.pm
201
221
lib/Padre/Wx/Dialog/PerlFilter.pm
202
222
lib/Padre/Wx/Dialog/PluginManager.pm
203
223
lib/Padre/Wx/Dialog/Positions.pm
217
237
lib/Padre/Wx/Dialog/Warning.pm
218
238
lib/Padre/Wx/Dialog/WhereFrom.pm
219
239
lib/Padre/Wx/Dialog/WindowList.pm
220
 
lib/Padre/Wx/Dialog/Wizard/Padre/Document.pm
221
 
lib/Padre/Wx/Dialog/Wizard/Padre/Plugin.pm
222
 
lib/Padre/Wx/Dialog/Wizard/Perl/Module.pm
223
 
lib/Padre/Wx/Dialog/Wizard/Select.pm
224
 
lib/Padre/Wx/Dialog/WizardPage.pm
225
 
lib/Padre/Wx/Dialog/WizardSelector.pm
 
240
lib/Padre/Wx/Diff.pm
 
241
lib/Padre/Wx/Diff2.pm
226
242
lib/Padre/Wx/Directory.pm
227
243
lib/Padre/Wx/Directory/Browse.pm
228
244
lib/Padre/Wx/Directory/Path.pm
230
246
lib/Padre/Wx/Directory/TreeCtrl.pm
231
247
lib/Padre/Wx/Display.pm
232
248
lib/Padre/Wx/Editor.pm
 
249
lib/Padre/Wx/FBP/About.pm
233
250
lib/Padre/Wx/FBP/Bookmarks.pm
 
251
lib/Padre/Wx/FBP/CPAN.pm
 
252
lib/Padre/Wx/FBP/Diff.pm
234
253
lib/Padre/Wx/FBP/Expression.pm
235
254
lib/Padre/Wx/FBP/Find.pm
236
255
lib/Padre/Wx/FBP/FindFast.pm
237
256
lib/Padre/Wx/FBP/FindInFiles.pm
 
257
lib/Padre/Wx/FBP/FindInFiles/Output.pm
 
258
lib/Padre/Wx/FBP/Outline.pm
 
259
lib/Padre/Wx/FBP/Patch.pm
238
260
lib/Padre/Wx/FBP/Preferences.pm
 
261
lib/Padre/Wx/FBP/Replace.pm
239
262
lib/Padre/Wx/FBP/ReplaceInFiles.pm
240
263
lib/Padre/Wx/FBP/Snippet.pm
241
264
lib/Padre/Wx/FBP/Special.pm
242
265
lib/Padre/Wx/FBP/Sync.pm
 
266
lib/Padre/Wx/FBP/Syntax.pm
243
267
lib/Padre/Wx/FBP/Text.pm
 
268
lib/Padre/Wx/FBP/VCS.pm
244
269
lib/Padre/Wx/FBP/WhereFrom.pm
245
270
lib/Padre/Wx/FileDropTarget.pm
 
271
lib/Padre/Wx/FindFast.pm
246
272
lib/Padre/Wx/FindInFiles.pm
247
273
lib/Padre/Wx/FindResult.pm
248
274
lib/Padre/Wx/Frame/HTML.pm
277
303
lib/Padre/Wx/Popup.pm
278
304
lib/Padre/Wx/Printout.pm
279
305
lib/Padre/Wx/Progress.pm
 
306
lib/Padre/Wx/Replace.pm
280
307
lib/Padre/Wx/ReplaceInFiles.pm
281
308
lib/Padre/Wx/Right.pm
282
309
lib/Padre/Wx/Role/Conduit.pm
289
316
lib/Padre/Wx/StatusBar.pm
290
317
lib/Padre/Wx/Style.pm
291
318
lib/Padre/Wx/Syntax.pm
 
319
lib/Padre/Wx/Theme.pm
292
320
lib/Padre/Wx/TodoList.pm
293
321
lib/Padre/Wx/ToolBar.pm
294
322
lib/Padre/Wx/TreeCtrl.pm
295
323
lib/Padre/Wx/TreeCtrl/ScrollLock.pm
296
 
lib/Padre/Wx/Wizard.pm
297
 
lib/Padre/Wx/WizardLibrary.pm
 
324
lib/Padre/Wx/VCS.pm
298
325
LICENSE
299
326
Makefile.PL
300
327
MANIFEST                        This list of files
338
365
share/icons/gnome218/16x16/actions/document-properties.png
339
366
share/icons/gnome218/16x16/actions/document-save-as.png
340
367
share/icons/gnome218/16x16/actions/document-save.png
341
 
share/icons/gnome218/16x16/actions/down.png
342
368
share/icons/gnome218/16x16/actions/edit-copy.png
343
369
share/icons/gnome218/16x16/actions/edit-cut.png
344
370
share/icons/gnome218/16x16/actions/edit-find-replace.png
347
373
share/icons/gnome218/16x16/actions/edit-redo.png
348
374
share/icons/gnome218/16x16/actions/edit-select-all.png
349
375
share/icons/gnome218/16x16/actions/edit-undo.png
 
376
share/icons/gnome218/16x16/actions/go-down.png
350
377
share/icons/gnome218/16x16/actions/go-next.png
351
378
share/icons/gnome218/16x16/actions/go-previous.png
 
379
share/icons/gnome218/16x16/actions/go-up.png
 
380
share/icons/gnome218/16x16/actions/list-add.png
 
381
share/icons/gnome218/16x16/actions/list-remove.png
352
382
share/icons/gnome218/16x16/actions/player_play.png
353
383
share/icons/gnome218/16x16/actions/stock_data-save.png
 
384
share/icons/gnome218/16x16/actions/stock_update-data.png
354
385
share/icons/gnome218/16x16/actions/stop.png
 
386
share/icons/gnome218/16x16/actions/view-refresh.png
 
387
share/icons/gnome218/16x16/actions/window-close.png
 
388
share/icons/gnome218/16x16/actions/zoom-in.png
 
389
share/icons/gnome218/16x16/actions/zoom-out.png
355
390
share/icons/gnome218/16x16/places/folder-saved-search.png
356
391
share/icons/gnome218/16x16/places/stock_folder.png
357
392
share/icons/gnome218/16x16/status/info.png
363
398
share/icons/gnome218/16x16/stock/code/stock_tools-macro.png
364
399
share/icons/gnome218/16x16/stock/generic/stock_example.png
365
400
share/icons/gnome218/README.txt
 
401
share/icons/padre/16x16/actions/breakpoints.png
 
402
share/icons/padre/16x16/actions/dot.png
 
403
share/icons/padre/16x16/actions/L.png
 
404
share/icons/padre/16x16/actions/morpho.png
 
405
share/icons/padre/16x16/actions/morpho2.png
 
406
share/icons/padre/16x16/actions/morpho3.png
 
407
share/icons/padre/16x16/actions/red_cross.png
 
408
share/icons/padre/16x16/actions/run_till.png
 
409
share/icons/padre/16x16/actions/S.png
 
410
share/icons/padre/16x16/actions/step_in.png
 
411
share/icons/padre/16x16/actions/step_out.png
 
412
share/icons/padre/16x16/actions/step_over.png
366
413
share/icons/padre/16x16/actions/toggle-comments.png
 
414
share/icons/padre/16x16/actions/v.png
367
415
share/icons/padre/16x16/actions/x-document-close.png
368
416
share/icons/padre/16x16/logo.png
369
417
share/icons/padre/16x16/status/padre-fallback-icon.png
379
427
share/icons/padre/16x16/status/padre-tasks-load.png
380
428
share/icons/padre/16x16/status/padre-tasks-running.png
381
429
share/icons/padre/64x64/logo.png
 
430
share/icons/padre/64x64/morpho.png
382
431
share/icons/padre/all/padre.ico
383
432
share/icons/padre/README.txt
384
433
share/languages/perl5/perl5.yml
388
437
share/locale/de.po
389
438
share/locale/es-es.po
390
439
share/locale/fa.po
391
 
share/locale/fr-fr.po
 
440
share/locale/fr.po
392
441
share/locale/he.po
393
442
share/locale/hu.po
394
443
share/locale/it-it.po
403
452
share/locale/tr.po
404
453
share/locale/zh-cn.po
405
454
share/locale/zh-tw.po
406
 
share/padre-splash-ccnc.bmp
407
 
share/padre-splash.bmp
 
455
share/padre-splash-ccnc.png
 
456
share/padre-splash.png
408
457
share/padre.desktop
409
458
share/padre.desktop.README
410
459
share/ppm/README.txt
411
460
share/README.txt
412
 
share/styles/default.yml
413
 
share/styles/evening.yml
414
 
share/styles/mc.yml
415
 
share/styles/night.yml
416
 
share/styles/notepad.yml
417
 
share/styles/solarize_dark.yml
418
 
share/styles/ultraedit.yml
419
 
share/templates/template.p6
420
 
share/templates/template.pl
421
 
share/templates/template.pm
422
 
share/templates/template.t
423
 
t/01-load.t
424
 
t/02-new.t
425
 
t/03-wx.t
426
 
t/04-config.t
427
 
t/05-project.t
428
 
t/06-utils.t
429
 
t/07-version.t
430
 
t/08-style.t
431
 
t/13-wx2.t
432
 
t/14-warnings.t
433
 
t/15-locale.t
434
 
t/16-messages.t
 
461
share/templates/perl5/01_compile.t
 
462
share/templates/perl5/module.pm
 
463
share/templates/perl5/module_install.pl
 
464
share/templates/perl5/module_install_dsl.pl
 
465
share/templates/perl5/script.pl
 
466
share/templates/perl5/test.t
 
467
share/templates/perl6/script.p6
 
468
share/themes/default.txt
 
469
share/themes/evening.txt
 
470
share/themes/night.txt
 
471
share/themes/notepad.txt
 
472
share/themes/solarized_dark.txt
 
473
share/themes/solarized_light.txt
 
474
share/themes/ultraedit.txt
 
475
t/01_compile.t
 
476
t/02_new.t
 
477
t/03_wx.t
 
478
t/04_config.t
 
479
t/05_project.t
 
480
t/06_utils.t
 
481
t/07_version.t
 
482
t/08_style.t
 
483
t/09_search.t
 
484
t/14_warnings.t
 
485
t/15_locale.t
 
486
t/16_messages.t
435
487
t/20_task_queue.t
436
 
t/21_task_thread.t
437
488
t/22_task_worker.t
438
489
t/23_task_chain.t
439
490
t/24_task_master.t
441
492
t/26_task_eval.t
442
493
t/27_task_signal.t
443
494
t/28_task_manager.t
444
 
t/40-perl.t
445
 
t/41-perl-project.t
446
 
t/42-perl-project-temp.t
447
 
t/44-perl-syntax.t
448
 
t/45-perl-functionlist.t
449
 
t/50-browser.t
450
 
t/60-db.t
451
 
t/61-directory-path.t
452
 
t/70-document.t
453
 
t/72-dialog-html.t
454
 
t/73-display.t
455
 
t/74-history-combobox.t
456
 
t/75-autocomplete.t
457
 
t/76-preferences.t
458
 
t/80-newline.t
459
 
t/81-search.t
460
 
t/82-plugin-manager.t
461
 
t/83-autosave.t
462
 
t/85-commandline.t
463
 
t/90-autocomplete.t
464
 
t/91-vi.t
465
 
t/92-padre-file.t
466
 
t/93-padre-filename-win.t
467
 
t/94-padre-file-remote.t
468
 
t/95-search_and_replace.t
 
495
t/29_task_nothreads.t
 
496
t/50_browser.t
 
497
t/60_db.t
 
498
t/61_directory_path.t
 
499
t/70_document.t
 
500
t/72_dialog_html.t
 
501
t/73_display.t
 
502
t/74_history_combobox.t
 
503
t/75_autocomplete.t
 
504
t/76_preferences.t
 
505
t/80_newline.t
 
506
t/81_search.t
 
507
t/82_plugin_manager.t
 
508
t/83_autosave.t
 
509
t/85_commandline.t
 
510
t/90_autocomplete.t
 
511
t/91_vi.t
 
512
t/92_padre_file.t
 
513
t/93_padre_filename_win.t
 
514
t/94_padre_file_remote.t
 
515
t/95_search_and_replace.t
 
516
t/96_edit_patch.t
 
517
t/97_help_about.t
469
518
t/author_tests/pod-coverage.t
470
519
t/collection/Config-Tiny/Changes
471
520
t/collection/Config-Tiny/lib/Config/Tiny.pm
475
524
t/collection/Config-Tiny/test.conf
476
525
t/collection/Padre-Null/foo.pl
477
526
t/collection/Padre-Null/padre.yml
 
527
t/csharp/functionlist.t
478
528
t/files/beginner/boolean_expression_or.pl
479
529
t/files/beginner/boolean_expression_pipes.pl
480
530
t/files/beginner/chomp.pl
510
560
t/files/plugins/Padre/Plugin/A.pm
511
561
t/files/plugins/Padre/Plugin/B.pm
512
562
t/files/plugins/Padre/Plugin/C.pm
 
563
t/java/functionlist.t
513
564
t/lib/Padre.pm
514
565
t/lib/Padre/Editor.pm
515
566
t/lib/Padre/NullWindow.pm
516
567
t/lib/Padre/Plugin/Test/Plugin.pm
517
568
t/lib/Padre/Plugin/TestPlugin.pm
518
569
t/lib/Padre/Win32.pm
 
570
t/perl/functionlist.t
 
571
t/perl/general.t
 
572
t/perl/project.t
 
573
t/perl/project_temp.t
 
574
t/perl/syntax.t
 
575
t/python/functionlist.t
 
576
t/ruby/functionlist.t
519
577
t/win32/002-menu.t
520
578
t/win32/010-file-new.t
521
579
t/win32/011-file-open.t
550
608
xt/pod.t
551
609
xt/pragmas.t
552
610
xt/test-plugin.t
553
 
xt/threads.t