~ubuntu-branches/ubuntu/trusty/pysvn/trusty

« back to all changes in this revision

Viewing changes to Source/pysvn-for-svn-1-5-msvc90.sln

  • Committer: Package Import Robot
  • Author(s): Hideki Yamane
  • Date: 2012-07-19 04:23:27 UTC
  • mfrom: (0.1.8)
  • Revision ID: package-import@ubuntu.com-20120719042327-y2kza1fve3tqrvzb
Tags: 1.7.6-0.1
* Non-maintainer upload
* Upload to experimental, we're now freeze time and it may break other 
  package, so checking reverse dependency packages is needed to put it
  to unstable.
* New upstream release
  - works with subversion1.7 (Closes: #678559)
* debian/control
  - add "Build-Depends: libaprutil1-dev" to provide apu.h file.
* debian/rules
  - specify "--apu-inc-dir" option to find apu.h.
  - enable --norpath option to avoid "binary-or-shlib-defines-rpath" lintain
    error
* debian/patches
  - refresh it, meet to new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Microsoft Visual Studio Solution File, Format Version 10.00
2
 
# Visual C++ Express 2008
3
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pysvn", "pysvn-for-svn-1-5-msvc90.vcproj", "{7C3CCB07-BFDC-4157-B5C8-5B6B3BCFCCB3}"
4
 
EndProject
5
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "generate_svn_error_codes", "generate_svn_error_codes\generate_svn_error_codes-1-5-msvc90.vcproj", "{8CB7EE5D-223C-4C12-B797-D1BBEDECCDE4}"
6
 
EndProject
7
 
Global
8
 
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
9
 
                Debug|Win32 = Debug|Win32
10
 
                Profile|Win32 = Profile|Win32
11
 
                Release|Win32 = Release|Win32
12
 
        EndGlobalSection
13
 
        GlobalSection(ProjectConfigurationPlatforms) = postSolution
14
 
                {7C3CCB07-BFDC-4157-B5C8-5B6B3BCFCCB3}.Debug|Win32.ActiveCfg = Debug|Win32
15
 
                {7C3CCB07-BFDC-4157-B5C8-5B6B3BCFCCB3}.Debug|Win32.Build.0 = Debug|Win32
16
 
                {7C3CCB07-BFDC-4157-B5C8-5B6B3BCFCCB3}.Profile|Win32.ActiveCfg = Profile|Win32
17
 
                {7C3CCB07-BFDC-4157-B5C8-5B6B3BCFCCB3}.Profile|Win32.Build.0 = Profile|Win32
18
 
                {7C3CCB07-BFDC-4157-B5C8-5B6B3BCFCCB3}.Release|Win32.ActiveCfg = Release|Win32
19
 
                {7C3CCB07-BFDC-4157-B5C8-5B6B3BCFCCB3}.Release|Win32.Build.0 = Release|Win32
20
 
                {8CB7EE5D-223C-4C12-B797-D1BBEDECCDE4}.Debug|Win32.ActiveCfg = Debug|Win32
21
 
                {8CB7EE5D-223C-4C12-B797-D1BBEDECCDE4}.Debug|Win32.Build.0 = Debug|Win32
22
 
                {8CB7EE5D-223C-4C12-B797-D1BBEDECCDE4}.Profile|Win32.ActiveCfg = Release|Win32
23
 
                {8CB7EE5D-223C-4C12-B797-D1BBEDECCDE4}.Profile|Win32.Build.0 = Release|Win32
24
 
                {8CB7EE5D-223C-4C12-B797-D1BBEDECCDE4}.Release|Win32.ActiveCfg = Release|Win32
25
 
                {8CB7EE5D-223C-4C12-B797-D1BBEDECCDE4}.Release|Win32.Build.0 = Release|Win32
26
 
        EndGlobalSection
27
 
        GlobalSection(SolutionProperties) = preSolution
28
 
                HideSolutionNode = FALSE
29
 
        EndGlobalSection
30
 
EndGlobal