Changeset 241 for trunk/dasscm


Ignore:
Timestamp:
Oct 9, 2008, 2:59:23 PM (16 years ago)
Author:
slederer
Message:

add the correct debian package description file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dasscm/debian/dasscm

    r240 r241  
    1 #
    2 # Copyright  (c)  2004-2008  dass IT GmbH, Koeln, Germany.
    3 # This file and all modifications and additions to the pristine
    4 # package are under the same license as the package itself.
    5 #
    6 # $Id: dasscm.spec 5820 2008-10-08 14:29:29Z joergs $
     1Format: 1.0
     2Source: dasscm
     3Version: 0.8.5820-2
     4Binary: dasscm
     5Maintainer: Sebastian Lederer <sebastian.lederer@dass-it.de>
     6Architecture: any
     7Standards-Version: 3.7.2
     8Build-Depends: debhelper (>= 5), debconf, binutils, perl, hostname, g++
     9Files:
     10 8b02343dc4a378e6efbe365f05c75170 9359 dasscm-0.8.5820.tar.bz2
     11 8375d6a0a8b821eadf3e85f687dd4363 1870 dasscm_0.8.5820-2.diff.tar.gz
    712
    8 Name:           dasscm
    9 URL:            http://www.dass-it.de/
    10 License:        GPL
    11 Group:          Development/Tools/Version Control
    12 Autoreqprov:    on
    13 Summary:        dass configuration management tool
    14 Version: 0.8.5820
    15 Release:        0
    16 Requires:       subversion perl perl-TermReadKey
    17 Source:         %{name}-%{version}.tar.bz2
    18 Packager:       joerg.steffens@dass-it.de
    19 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    20 BuildArch:      noarch
    21 %if %{defined suse_version}
    22 BuildRequires:  gzip pam-modules tar
    23 %endif
    24 
    25 %description
    26 tools for handling configuration files with subversion
    27 
    28 Authors:
    29 --------
    30        Joerg Steffens
    31 
    32 %prep
    33 %setup -c %{name}-%{version}
    34 
    35 
    36 
    37 %build
    38 
    39 %install
    40 mkdir -p $RPM_BUILD_ROOT/usr/bin/
    41 install -m 755 dasscm $RPM_BUILD_ROOT/usr/bin/
    42 mkdir -p $RPM_BUILD_ROOT/etc/subversion/
    43 install -m 644 servers.dass-it $RPM_BUILD_ROOT/etc/subversion/
    44 install -m 640 dasscm.conf $RPM_BUILD_ROOT/etc/
    45 mkdir -p $RPM_BUILD_ROOT/var/lib/dasscm/
    46 
    47 
    48 %clean
    49 rm -rf $RPM_BUILD_ROOT
    50 
    51 
    52 
    53 %files
    54 %defattr(-,root,root)
    55 %dir /var/lib/dasscm/
    56 /usr/bin/dasscm
    57 /etc/subversion/servers.dass-it
    58 %config(noreplace) /etc/dasscm.conf
    59 %doc Changes doc/*
    60 %changelog
    61 * Wed Oct 08 2008 - svn_build
    62 
    63 - Subversion status:
    64              5820     5820 joergs       .
    65              5820     5808 joergs       OSC_PACKAGE
    66              5820     5820 joergs       dasscm.spec
    67              5820     4831 joergs       SOURCES
    68              5820     5818 joergs       doc
    69              5820     5818 joergs       doc/dasscm_howto.txt
    70              5820     4827 joergs       doc/README
    71              5820     5820 joergs       dasscm
    72              5820     5178 joergs       servers.dass-it
    73              5820     5179 joergs       dasscm.conf
    74 
    75 - ChangeLog:
    76 ------------------------------------------------------------------------
    77 r5820 | joergs | 2008-10-08 16:29:29 +0200 (Mi, 08 Okt 2008) | 1 line
    78 Geänderte Pfade:
    79    M /trunk/technical/common/dasscm/dasscm
    80    M /trunk/technical/common/dasscm/dasscm.spec
    81 
    82 removed the requirement for perl-libconfigfile, because it didn't exist for all systems. Replaced by the simple get_config function
    83 ------------------------------------------------------------------------
    84 r5819 | joergs | 2008-10-08 15:45:21 +0200 (Mi, 08 Okt 2008) | 1 line
    85 Geänderte Pfade:
    86    M /trunk/technical/common/dasscm/dasscm
    87 
    88 better check file types. Don't try to checkin directories, because they fail. Offer checkin of multiple files
    89 ------------------------------------------------------------------------
    90 r5818 | joergs | 2008-10-08 11:15:09 +0200 (Mi, 08 Okt 2008) | 1 line
    91 Geänderte Pfade:
    92    M /trunk/technical/common/dasscm/dasscm.spec
    93    M /trunk/technical/common/dasscm/doc/dasscm_howto.txt
    94 
    95 adapted to prevent build warnings
    96 ------------------------------------------------------------------------
    97 r5816 | joergs | 2008-10-05 14:35:38 +0200 (So, 05 Okt 2008) | 1 line
    98 Geänderte Pfade:
    99    M /trunk/technical/common/dasscm/doc/dasscm_howto.txt
    100 
    101 bugfix und Ergänzung
    102 ------------------------------------------------------------------------
    103 r5808 | joergs | 2008-10-02 16:16:37 +0200 (Do, 02 Okt 2008) | 1 line
    104 Geänderte Pfade:
    105    A /trunk/technical/common/dasscm/OSC_PACKAGE
    106 
    107 info for openSUSE build service
    108 ------------------------------------------------------------------------
    109 r5806 | joergs | 2008-10-02 14:19:16 +0200 (Do, 02 Okt 2008) | 1 line
    110 Geänderte Pfade:
    111    M /trunk/technical/common/dasscm/dasscm.spec
    112 
    113 beautified
    114 ------------------------------------------------------------------------
    115 r5476 | joergs | 2007-12-10 15:13:46 +0100 (Mo, 10 Dez 2007) | 1 line
    116 Geänderte Pfade:
    117    M /trunk/technical/common/dasscm/dasscm
    118 
    119 extended error message
    120 ------------------------------------------------------------------------
    121 r5416 | joergs | 2007-11-27 15:12:12 +0100 (Di, 27 Nov 2007) | 1 line
    122 Geänderte Pfade:
    123    M /trunk/technical/common/dasscm/dasscm
    124 
    125 prevent aborting if a file exists in the repository but not on the system
    126 ------------------------------------------------------------------------
    127 r5376 | joergs | 2007-11-20 16:44:28 +0100 (Di, 20 Nov 2007) | 1 line
    128 Geänderte Pfade:
    129    M /trunk/technical/common/dasscm/dasscm
    130 
    131 quoting filenames to handle filenames with spaces
    132 ------------------------------------------------------------------------
    133 r5181 | joergs | 2007-10-15 13:53:06 +0200 (Mo, 15 Okt 2007) | 1 line
    134 Geänderte Pfade:
    135    M /trunk/technical/common/dasscm/dasscm
    136 
    137 bugfix: init requires interactive mode
    138 ------------------------------------------------------------------------
    139 r5180 | joergs | 2007-10-15 13:52:32 +0200 (Mo, 15 Okt 2007) | 1 line
    140 Geänderte Pfade:
    141    M /trunk/technical/common/dasscm/dasscm.spec
    142 
    143 Rechte von /etc/subversion/serves.dass-it angepasst
    144 ------------------------------------------------------------------------
    145 r5179 | joergs | 2007-10-15 13:34:34 +0200 (Mo, 15 Okt 2007) | 1 line
    146 Geänderte Pfade:
    147    M /trunk/technical/common/dasscm/dasscm.conf
    148 
    149 added current lvermgeo svn repository. new new stays also as comment
    150 ------------------------------------------------------------------------
    151 r5178 | joergs | 2007-10-15 13:33:13 +0200 (Mo, 15 Okt 2007) | 1 line
    152 Geänderte Pfade:
    153    M /trunk/technical/common/dasscm/dasscm
    154    M /trunk/technical/common/dasscm/servers.dass-it
    155 
    156 added other dass-it svn servers
    157 ------------------------------------------------------------------------
    158 r5177 | joergs | 2007-10-15 11:58:16 +0200 (Mo, 15 Okt 2007) | 1 line
    159 Geänderte Pfade:
    160    M /trunk/technical/common/dasscm/dasscm.conf
    161 
    162 comments for LVermGeo
    163 ------------------------------------------------------------------------
    164 r5176 | joergs | 2007-10-15 11:57:43 +0200 (Mo, 15 Okt 2007) | 1 line
    165 Geänderte Pfade:
    166    M /trunk/technical/common/dasscm/dasscm
    167 
    168 workarounds for Subverison 1.0.0 (SLES9)
    169 ------------------------------------------------------------------------
    170 r5172 | joergs | 2007-10-15 10:10:31 +0200 (Mo, 15 Okt 2007) | 1 line
    171 Geänderte Pfade:
    172    M /trunk/technical/common/dasscm/dasscm.spec
    173 
    174 bugfix: doc path
    175 ------------------------------------------------------------------------
    176 r5100 | joergs | 2007-09-13 16:09:52 +0200 (Do, 13 Sep 2007) | 1 line
    177 Geänderte Pfade:
    178    M /trunk/technical/common/dasscm/dasscm
    179 
    180 performance improvements (svn ls)
    181 ------------------------------------------------------------------------
    182 r5047 | joergs | 2007-09-05 10:19:02 +0200 (Mi, 05 Sep 2007) | 1 line
    183 Geänderte Pfade:
    184    M /trunk/technical/common/dasscm/dasscm
    185    M /trunk/technical/common/dasscm/doc/dasscm_howto.txt
    186 
    187 updated usage desciption
    188 ------------------------------------------------------------------------
    189 r4879 | joergs | 2007-07-16 15:55:29 +0200 (Mo, 16 Jul 2007) | 1 line
    190 Geänderte Pfade:
    191    M /trunk/technical/common/dasscm/dasscm
    192 
    193 added creation of permissions file in init. otherwise checkins will fail
    194 ------------------------------------------------------------------------
    195 r4831 | joergs | 2007-07-03 16:55:06 +0200 (Di, 03 Jul 2007) | 1 line
    196 Geänderte Pfade:
    197    M /trunk/technical/common/dasscm/SOURCES
    198    M /trunk/technical/common/dasscm/dasscm
    199    M /trunk/technical/common/dasscm/dasscm.spec
    200    D /trunk/technical/common/dasscm/dasscm_dumpperm
    201    M /trunk/technical/common/dasscm/doc/dasscm_howto.txt
    202 
    203 added permission backup
    204 ------------------------------------------------------------------------
    205 r4827 | joergs | 2007-07-03 14:10:55 +0200 (Di, 03 Jul 2007) | 1 line
    206 Geänderte Pfade:
    207    M /trunk/technical/common/dasscm
    208    D /trunk/technical/common/dasscm/README
    209    M /trunk/technical/common/dasscm/SOURCES
    210    M /trunk/technical/common/dasscm/dasscm
    211    M /trunk/technical/common/dasscm/dasscm.conf
    212    M /trunk/technical/common/dasscm/dasscm.spec
    213    D /trunk/technical/common/dasscm/doc/KonfigurationsManagement.txt
    214    A /trunk/technical/common/dasscm/doc/README (von /trunk/technical/common/dasscm/README:4826)
    215    M /trunk/technical/common/dasscm/doc/dasscm_howto.txt
    216    M /trunk/technical/common/dasscm/servers.dass-it
    217 
    218 improvements, bugfixes
    219 ------------------------------------------------------------------------
    220 r4826 | joergs | 2007-07-03 14:03:42 +0200 (Di, 03 Jul 2007) | 1 line
    221 Geänderte Pfade:
    222    M /trunk/technical/common/dasscm/README
    223 
    224 Id hinzugefügt
    225 ------------------------------------------------------------------------
    226 r4811 | joergs | 2007-07-03 09:25:53 +0200 (Di, 03 Jul 2007) | 1 line
    227 Geänderte Pfade:
    228    M /trunk/technical/common/dasscm/dasscm.conf
    229 
    230 add example and explanation
    231 ------------------------------------------------------------------------
    232 r4809 | joergs | 2007-07-02 18:07:00 +0200 (Mo, 02 Jul 2007) | 1 line
    233 Geänderte Pfade:
    234    M /trunk/technical/common/dasscm/SOURCES
    235 
    236 beautified build process
    237 ------------------------------------------------------------------------
    238 r4808 | joergs | 2007-07-02 18:06:04 +0200 (Mo, 02 Jul 2007) | 1 line
    239 Geänderte Pfade:
    240    M /trunk/technical/common/dasscm/SOURCES
    241    M /trunk/technical/common/dasscm/dasscm.spec
    242 
    243 adapted to config file and removed dasscm_chkconf
    244 ------------------------------------------------------------------------
    245 r4807 | joergs | 2007-07-02 18:01:28 +0200 (Mo, 02 Jul 2007) | 1 line
    246 Geänderte Pfade:
    247    M /trunk/technical/common/dasscm/dasscm
    248    D /trunk/technical/common/dasscm/dasscm_chkconf
    249 
    250 migrated from dasscm_chkconf to dasscm status
    251 ------------------------------------------------------------------------
    252 r4804 | joergs | 2007-07-02 17:17:18 +0200 (Mo, 02 Jul 2007) | 1 line
    253 Geänderte Pfade:
    254    M /trunk/technical/common/dasscm/dasscm
    255 
    256 perltidy
    257 ------------------------------------------------------------------------
    258 r4803 | joergs | 2007-07-02 17:16:38 +0200 (Mo, 02 Jul 2007) | 1 line
    259 Geänderte Pfade:
    260    A /trunk/technical/common/dasscm/doc
    261    A /trunk/technical/common/dasscm/doc/KonfigurationsManagement.txt
    262    A /trunk/technical/common/dasscm/doc/dasscm_howto.txt
    263 
    264 Dokomentation. veraltet. Vom LVermGeo übernommen
    265 ------------------------------------------------------------------------
    266 r4802 | joergs | 2007-07-02 17:16:02 +0200 (Mo, 02 Jul 2007) | 1 line
    267 Geänderte Pfade:
    268    A /trunk/technical/common/dasscm/dasscm.conf
    269 
    270 improvements. login, password caching, init, config file, perltidy
    271 ------------------------------------------------------------------------
    272 r4801 | joergs | 2007-07-02 17:15:47 +0200 (Mo, 02 Jul 2007) | 1 line
    273 Geänderte Pfade:
    274    M /trunk/technical/common/dasscm/dasscm
    275    M /trunk/technical/common/dasscm/dasscm.spec
    276 
    277 improvements. login, password caching, init, config file, perltidy
    278 ------------------------------------------------------------------------
    279 r4747 | joergs | 2007-04-03 11:19:07 +0200 (Di, 03 Apr 2007) | 1 line
    280 Geänderte Pfade:
    281    M /trunk/technical/common/dasscm/dasscm
    282    A /trunk/technical/common/sc_ldap_tools
    283    A /trunk/technical/common/sc_ldap_tools/SOURCES
    284    A /trunk/technical/common/sc_ldap_tools/sc_ldap_tools.spec
    285    A /trunk/technical/common/sc_ldap_tools/usr
    286    A /trunk/technical/common/sc_ldap_tools/usr/bin
    287    A /trunk/technical/common/sc_ldap_tools/usr/bin/ldap_move_repair.pl
    288    A /trunk/technical/common/sc_ldap_tools/usr/bin/ldif_unwrap.pl
    289 
    290 initial
    291 ------------------------------------------------------------------------
    292 r2876 | joergs | 2005-12-05 11:52:38 +0100 (Mo, 05 Dez 2005) | 1 line
    293 Geänderte Pfade:
    294    M /trunk/technical/common/dasscm/dasscm_chkconf
    295 
    296 removed question for copying files to repository, don't stop on deleted files
    297 ------------------------------------------------------------------------
    298 r2875 | joergs | 2005-12-05 11:50:40 +0100 (Mo, 05 Dez 2005) | 1 line
    299 Geänderte Pfade:
    300    M /trunk/technical/common/dasscm/dasscm
    301 
    302 experimental support for 'dasscm login'
    303 ------------------------------------------------------------------------
    304 r2483 | joergs | 2004-12-16 18:45:11 +0100 (Do, 16 Dez 2004) | 1 line
    305 Geänderte Pfade:
    306    M /trunk/technical/common/dasscm/SOURCES
    307    M /trunk/technical/common/dasscm/dasscm
    308    M /trunk/technical/common/dasscm/dasscm.spec
    309    A /trunk/technical/common/dasscm/servers.dass-it
    310 
    311 Bugfixes and Subversion server config
    312 ------------------------------------------------------------------------
    313 r2463 | joergs | 2004-12-07 16:51:41 +0100 (Di, 07 Dez 2004) | 1 line
    314 Geänderte Pfade:
    315    A /trunk/technical/common/dasscm/SOURCES
    316 
    317 added SOURCES to svn
    318 ------------------------------------------------------------------------
    319 r2461 | joergs | 2004-12-07 13:26:41 +0100 (Di, 07 Dez 2004) | 1 line
    320 Geänderte Pfade:
    321    A /trunk/technical/common/dasscm/dasscm.spec
    322 
    323 initial
    324 ------------------------------------------------------------------------
    325 r2460 | joergs | 2004-12-07 13:06:58 +0100 (Di, 07 Dez 2004) | 1 line
    326 Geänderte Pfade:
    327    D /trunk/technical/common/admin
    328    A /trunk/technical/common/dasscm/dasscm_chkconf (von /trunk/technical/common/admin/sc_chkconf.pl:2450)
    329    A /trunk/technical/common/dasscm/dasscm_dumpperm (von /trunk/technical/common/admin/savepermscvs.pl:2437)
    330 
    331 moved all config related tools to dasscm
    332 ------------------------------------------------------------------------
    333 r2459 | joergs | 2004-12-07 13:00:15 +0100 (Di, 07 Dez 2004) | 1 line
    334 Geänderte Pfade:
    335    M /trunk/technical/common/dasscm/README
    336 
    337 entfernung veralteter Inofs
    338 ------------------------------------------------------------------------
    339 r2458 | joergs | 2004-12-06 22:26:58 +0100 (Mo, 06 Dez 2004) | 1 line
    340 Geänderte Pfade:
    341    M /trunk/technical/common/dasscm/dasscm
    342 
    343 added comments. cleanup
    344 ------------------------------------------------------------------------
    345 r2457 | joergs | 2004-12-06 17:42:11 +0100 (Mo, 06 Dez 2004) | 1 line
    346 Geänderte Pfade:
    347    M /trunk/technical/common/dasscm/dasscm
    348 
    349 add -m Option. Unified add and commit. svn update without --username to prevent that the password had to be typed every time
    350 ------------------------------------------------------------------------
    351 r2451 | joergs | 2004-12-01 15:51:28 +0100 (Mi, 01 Dez 2004) | 1 line
    352 Geänderte Pfade:
    353    M /trunk/technical/common/dasscm/dasscm
    354 
    355 fixes no-auth-cache usage
    356 ------------------------------------------------------------------------
    357 r2428 | joergs | 2004-11-17 22:20:26 +0100 (Mi, 17 Nov 2004) | 1 line
    358 Geänderte Pfade:
    359    D /trunk/documentation/checklists
    360    D /trunk/documentation/planung-dokumentation-20021202-stephand.txt
    361    D /trunk/documentation/pricing_und_tco
    362    D /trunk/documentation/related
    363    D /trunk/documentation/technical/debeka/client
    364    D /trunk/documentation/technical/debeka/drucken
    365    D /trunk/documentation/technical/debeka/initrd
    366    D /trunk/documentation/technical/debeka/intern
    367    D /trunk/documentation/technical/debeka/ip_konzept
    368    D /trunk/documentation/technical/debeka/ldap
    369    D /trunk/documentation/technical/debeka/nfuse
    370    D /trunk/documentation/technical/debeka/richtlinien/Programming-Guide.tex
    371    D /trunk/documentation/technical/debeka/richtlinien/Template.pod
    372    D /trunk/documentation/technical/debeka/richtlinien/cvs-tags.txt
    373    D /trunk/documentation/technical/debeka/richtlinien/vorgehensweise.txt
    374    D /trunk/documentation/technical/debeka/schulung
    375    D /trunk/documentation/technical/debeka/server
    376    D /trunk/documentation/technical/debeka/todo
    377    A /trunk/documentation/technical/template/Programming-Guide.tex (von /trunk/documentation/technical/debeka/richtlinien/Programming-Guide.tex:2427)
    378    A /trunk/documentation/technical/template/programming
    379    D /trunk/documentation/user_management
    380    D /trunk/technical/README.SC-Release_02_00_Mahle_release_01_00
    381    A /trunk/technical/client/sc_print/config-aus-ldap.printer (von /trunk/documentation/technical/debeka/drucken/config-aus-ldap.printer:2427)
    382    M /trunk/technical/common/dasscm/dasscm
    383 
    384 cleanup
    385 ------------------------------------------------------------------------
    386 r2417 | joergs | 2004-11-11 13:30:36 +0100 (Do, 11 Nov 2004) | 1 line
    387 Geänderte Pfade:
    388    M /trunk/technical/common/dasscm/dasscm
    389 
    390 fixed comment
    391 ------------------------------------------------------------------------
    392 r2416 | joergs | 2004-11-11 10:55:09 +0100 (Do, 11 Nov 2004) | 3 lines
    393 Geänderte Pfade:
    394    M /trunk/technical/common/dasscm/dasscm
    395 
    396 add check for username.
    397 bugfix: commit
    398 
    399 ------------------------------------------------------------------------
    400 r2413 | joergs | 2004-11-10 09:53:48 +0100 (Mi, 10 Nov 2004) | 1 line
    401 Geänderte Pfade:
    402    M /trunk/technical/common/dasscm/dasscm
    403 
    404 added help
    405 ------------------------------------------------------------------------
    406 r2412 | joergs | 2004-11-09 22:20:14 +0100 (Di, 09 Nov 2004) | 2 lines
    407 Geänderte Pfade:
    408    M /trunk/technical/common/dasscm/dasscm
    409 
    410 added Id prop
    411 
    412 ------------------------------------------------------------------------
    413 r2411 | joergs | 2004-11-09 22:17:50 +0100 (Di, 09 Nov 2004) | 2 lines
    414 Geänderte Pfade:
    415    M /trunk/technical/common/dasscm/dasscm
    416 
    417 added diff, commit
    418 
    419 ------------------------------------------------------------------------
    420 r2403 | joergs | 2004-11-01 21:10:49 +0100 (Mo, 01 Nov 2004) | 2 lines
    421 Geänderte Pfade:
    422    A /trunk/technical/common/dasscm
    423    A /trunk/technical/common/dasscm/README
    424    A /trunk/technical/common/dasscm/dasscm
    425 
    426 initial. add implemented
    427 
    428 ------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.