~ubuntu-branches/debian/experimental/nzbget/experimental

« back to all changes in this revision

Viewing changes to nzbget.vcproj

  • Committer: Package Import Robot
  • Author(s): Andreas Moog
  • Date: 2013-07-18 14:50:28 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130718145028-qhxse81w1sj5w424
Tags: 11.0+dfsg-1
* New upstream release (Closes: #701896)
* Repackage original tarball to remove copies of jquery and twitter-
  bootstrap
* debian/watch: Update for new versioning scheme
* debian/patches: Remove all old patches, add one patch:
  - dont-embed-libraries.patch: Don't install embedded jquery and bootstrap 
    libraries
* debian/combat: Upgrade to debhelper combat 9
* debian/control:
  - Fix Vcs-Git field
  - Adjust debhelper version for combat level 9
  - Add jquery and bootstrap to depends for integrated webserver
  - Add python to recommends for post-processing scripts
  - Bump build-depends on libpar2-dev to support the cancel function
* debian/links:
  - Use the system jquery and bootstrap libraries
* debian/rules:
  - Add get-orig-source target to build modified upstream tarball
* Adjust sample nzbget.conf:
  - Only listen to 127.0.0.1 instead of 0.0.0.0
  - Use nzbget.conf as template for webui configuration
* Adjust sample nzbgetd init file:
  - Point to correct location of nzbget binary

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                        <Tool
39
39
                                Name="VCCLCompilerTool"
40
40
                                Optimization="0"
41
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;DEBUG"
 
41
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;DEBUG;_WIN32_WINNT=0x0403"
42
42
                                MinimalRebuild="true"
43
43
                                BasicRuntimeChecks="3"
44
44
                                RuntimeLibrary="1"
58
58
                        />
59
59
                        <Tool
60
60
                                Name="VCLinkerTool"
61
 
                                AdditionalDependencies="WS2_32.lib ole32.lib OleAut32.Lib comsuppwd.lib Advapi32.lib sigc-2.0d.lib par2d.lib libgnutls-26.lib libgcrypt-11.lib $(NOINHERIT)"
 
61
                                AdditionalDependencies="WS2_32.lib ole32.lib OleAut32.Lib comsuppwd.lib Advapi32.lib sigc-2.0d.lib par2d.lib libgnutls-26.lib libgcrypt-11.lib regex.lib zlib.lib $(NOINHERIT)"
62
62
                                LinkIncremental="2"
63
63
                                GenerateDebugInformation="true"
64
64
                                SubSystem="1"
112
112
                        />
113
113
                        <Tool
114
114
                                Name="VCCLCompilerTool"
115
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
 
115
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WIN32_WINNT=0x0403"
116
116
                                ExceptionHandling="1"
117
117
                                RuntimeLibrary="0"
118
118
                                UsePrecompiledHeader="0"
131
131
                        />
132
132
                        <Tool
133
133
                                Name="VCLinkerTool"
134
 
                                AdditionalDependencies="WS2_32.lib ole32.lib OleAut32.Lib comsuppwd.lib Advapi32.lib sigc-2.0.lib par2.lib libgnutls-26.lib libgcrypt-11.lib $(NOINHERIT)"
 
134
                                AdditionalDependencies="WS2_32.lib ole32.lib OleAut32.Lib comsuppwd.lib Advapi32.lib sigc-2.0.lib par2.lib libgnutls-26.lib libgcrypt-11.lib regex.lib zlib.lib $(NOINHERIT)"
135
135
                                LinkIncremental="0"
136
136
                                GenerateDebugInformation="true"
137
137
                                SubSystem="1"
187
187
                        />
188
188
                        <Tool
189
189
                                Name="VCCLCompilerTool"
190
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;DISABLE_TLS"
 
190
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WIN32_WINNT=0x0403;DISABLE_TLS"
191
191
                                ExceptionHandling="1"
192
192
                                RuntimeLibrary="0"
193
193
                                UsePrecompiledHeader="0"
206
206
                        />
207
207
                        <Tool
208
208
                                Name="VCLinkerTool"
209
 
                                AdditionalDependencies="WS2_32.lib ole32.lib OleAut32.Lib comsuppwd.lib Advapi32.lib sigc-2.0.lib par2.lib $(NOINHERIT)"
 
209
                                AdditionalDependencies="WS2_32.lib ole32.lib OleAut32.Lib comsuppwd.lib Advapi32.lib sigc-2.0.lib par2.lib regex.lib zlib.lib $(NOINHERIT)"
210
210
                                LinkIncremental="0"
211
211
                                GenerateDebugInformation="true"
212
212
                                SubSystem="1"
336
336
                        >
337
337
                </File>
338
338
                <File
339
 
                        RelativePath=".\NetAddress.cpp"
340
 
                        >
341
 
                </File>
342
 
                <File
343
 
                        RelativePath=".\NetAddress.h"
344
 
                        >
345
 
                </File>
346
 
                <File
347
339
                        RelativePath=".\NewsServer.cpp"
348
340
                        >
349
341
                </File>
400
392
                        >
401
393
                </File>
402
394
                <File
 
395
                        RelativePath=".\ParCoordinator.cpp"
 
396
                        >
 
397
                </File>
 
398
                <File
 
399
                        RelativePath=".\ParCoordinator.h"
 
400
                        >
 
401
                </File>
 
402
                <File
403
403
                        RelativePath=".\ParChecker.cpp"
404
404
                        >
405
405
                </File>
408
408
                        >
409
409
                </File>
410
410
                <File
 
411
                        RelativePath=".\ParRenamer.cpp"
 
412
                        >
 
413
                </File>
 
414
                <File
 
415
                        RelativePath=".\ParRenamer.h"
 
416
                        >
 
417
                </File>
 
418
                <File
411
419
                        RelativePath=".\PrePostProcessor.cpp"
412
420
                        >
413
421
                </File>
496
504
                        >
497
505
                </File>
498
506
                <File
 
507
                        RelativePath=".\Unpack.cpp"
 
508
                        >
 
509
                </File>
 
510
                <File
 
511
                        RelativePath=".\Unpack.h"
 
512
                        >
 
513
                </File>
 
514
                <File
 
515
                        RelativePath=".\UrlCoordinator.cpp"
 
516
                        >
 
517
                </File>
 
518
                <File
 
519
                        RelativePath=".\UrlCoordinator.h"
 
520
                        >
 
521
                </File>
 
522
                <File
499
523
                        RelativePath=".\Util.cpp"
500
524
                        >
501
525
                </File>
504
528
                        >
505
529
                </File>
506
530
                <File
 
531
                        RelativePath=".\WebDownloader.cpp"
 
532
                        >
 
533
                </File>
 
534
                <File
 
535
                        RelativePath=".\WebDownloader.h"
 
536
                        >
 
537
                </File>
 
538
                <File
 
539
                        RelativePath=".\WebServer.cpp"
 
540
                        >
 
541
                </File>
 
542
                <File
 
543
                        RelativePath=".\WebServer.h"
 
544
                        >
 
545
                </File>
 
546
                <File
507
547
                        RelativePath=".\win32.h"
508
548
                        >
509
549
                </File>