Changeset 241
- Timestamp:
- Oct 9, 2008, 2:59:23 PM (16 years ago)
- 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 $ 1 Format: 1.0 2 Source: dasscm 3 Version: 0.8.5820-2 4 Binary: dasscm 5 Maintainer: Sebastian Lederer <sebastian.lederer@dass-it.de> 6 Architecture: any 7 Standards-Version: 3.7.2 8 Build-Depends: debhelper (>= 5), debconf, binutils, perl, hostname, g++ 9 Files: 10 8b02343dc4a378e6efbe365f05c75170 9359 dasscm-0.8.5820.tar.bz2 11 8375d6a0a8b821eadf3e85f687dd4363 1870 dasscm_0.8.5820-2.diff.tar.gz 7 12 8 Name: dasscm9 URL: http://www.dass-it.de/10 License: GPL11 Group: Development/Tools/Version Control12 Autoreqprov: on13 Summary: dass configuration management tool14 Version: 0.8.582015 Release: 016 Requires: subversion perl perl-TermReadKey17 Source: %{name}-%{version}.tar.bz218 Packager: joerg.steffens@dass-it.de19 BuildRoot: %{_tmppath}/%{name}-%{version}-build20 BuildArch: noarch21 %if %{defined suse_version}22 BuildRequires: gzip pam-modules tar23 %endif24 25 %description26 tools for handling configuration files with subversion27 28 Authors:29 --------30 Joerg Steffens31 32 %prep33 %setup -c %{name}-%{version}34 35 36 37 %build38 39 %install40 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 %clean49 rm -rf $RPM_BUILD_ROOT50 51 52 53 %files54 %defattr(-,root,root)55 %dir /var/lib/dasscm/56 /usr/bin/dasscm57 /etc/subversion/servers.dass-it58 %config(noreplace) /etc/dasscm.conf59 %doc Changes doc/*60 %changelog61 * Wed Oct 08 2008 - svn_build62 63 - Subversion status:64 5820 5820 joergs .65 5820 5808 joergs OSC_PACKAGE66 5820 5820 joergs dasscm.spec67 5820 4831 joergs SOURCES68 5820 5818 joergs doc69 5820 5818 joergs doc/dasscm_howto.txt70 5820 4827 joergs doc/README71 5820 5820 joergs dasscm72 5820 5178 joergs servers.dass-it73 5820 5179 joergs dasscm.conf74 75 - ChangeLog:76 ------------------------------------------------------------------------77 r5820 | joergs | 2008-10-08 16:29:29 +0200 (Mi, 08 Okt 2008) | 1 line78 Geänderte Pfade:79 M /trunk/technical/common/dasscm/dasscm80 M /trunk/technical/common/dasscm/dasscm.spec81 82 removed the requirement for perl-libconfigfile, because it didn't exist for all systems. Replaced by the simple get_config function83 ------------------------------------------------------------------------84 r5819 | joergs | 2008-10-08 15:45:21 +0200 (Mi, 08 Okt 2008) | 1 line85 Geänderte Pfade:86 M /trunk/technical/common/dasscm/dasscm87 88 better check file types. Don't try to checkin directories, because they fail. Offer checkin of multiple files89 ------------------------------------------------------------------------90 r5818 | joergs | 2008-10-08 11:15:09 +0200 (Mi, 08 Okt 2008) | 1 line91 Geänderte Pfade:92 M /trunk/technical/common/dasscm/dasscm.spec93 M /trunk/technical/common/dasscm/doc/dasscm_howto.txt94 95 adapted to prevent build warnings96 ------------------------------------------------------------------------97 r5816 | joergs | 2008-10-05 14:35:38 +0200 (So, 05 Okt 2008) | 1 line98 Geänderte Pfade:99 M /trunk/technical/common/dasscm/doc/dasscm_howto.txt100 101 bugfix und Ergänzung102 ------------------------------------------------------------------------103 r5808 | joergs | 2008-10-02 16:16:37 +0200 (Do, 02 Okt 2008) | 1 line104 Geänderte Pfade:105 A /trunk/technical/common/dasscm/OSC_PACKAGE106 107 info for openSUSE build service108 ------------------------------------------------------------------------109 r5806 | joergs | 2008-10-02 14:19:16 +0200 (Do, 02 Okt 2008) | 1 line110 Geänderte Pfade:111 M /trunk/technical/common/dasscm/dasscm.spec112 113 beautified114 ------------------------------------------------------------------------115 r5476 | joergs | 2007-12-10 15:13:46 +0100 (Mo, 10 Dez 2007) | 1 line116 Geänderte Pfade:117 M /trunk/technical/common/dasscm/dasscm118 119 extended error message120 ------------------------------------------------------------------------121 r5416 | joergs | 2007-11-27 15:12:12 +0100 (Di, 27 Nov 2007) | 1 line122 Geänderte Pfade:123 M /trunk/technical/common/dasscm/dasscm124 125 prevent aborting if a file exists in the repository but not on the system126 ------------------------------------------------------------------------127 r5376 | joergs | 2007-11-20 16:44:28 +0100 (Di, 20 Nov 2007) | 1 line128 Geänderte Pfade:129 M /trunk/technical/common/dasscm/dasscm130 131 quoting filenames to handle filenames with spaces132 ------------------------------------------------------------------------133 r5181 | joergs | 2007-10-15 13:53:06 +0200 (Mo, 15 Okt 2007) | 1 line134 Geänderte Pfade:135 M /trunk/technical/common/dasscm/dasscm136 137 bugfix: init requires interactive mode138 ------------------------------------------------------------------------139 r5180 | joergs | 2007-10-15 13:52:32 +0200 (Mo, 15 Okt 2007) | 1 line140 Geänderte Pfade:141 M /trunk/technical/common/dasscm/dasscm.spec142 143 Rechte von /etc/subversion/serves.dass-it angepasst144 ------------------------------------------------------------------------145 r5179 | joergs | 2007-10-15 13:34:34 +0200 (Mo, 15 Okt 2007) | 1 line146 Geänderte Pfade:147 M /trunk/technical/common/dasscm/dasscm.conf148 149 added current lvermgeo svn repository. new new stays also as comment150 ------------------------------------------------------------------------151 r5178 | joergs | 2007-10-15 13:33:13 +0200 (Mo, 15 Okt 2007) | 1 line152 Geänderte Pfade:153 M /trunk/technical/common/dasscm/dasscm154 M /trunk/technical/common/dasscm/servers.dass-it155 156 added other dass-it svn servers157 ------------------------------------------------------------------------158 r5177 | joergs | 2007-10-15 11:58:16 +0200 (Mo, 15 Okt 2007) | 1 line159 Geänderte Pfade:160 M /trunk/technical/common/dasscm/dasscm.conf161 162 comments for LVermGeo163 ------------------------------------------------------------------------164 r5176 | joergs | 2007-10-15 11:57:43 +0200 (Mo, 15 Okt 2007) | 1 line165 Geänderte Pfade:166 M /trunk/technical/common/dasscm/dasscm167 168 workarounds for Subverison 1.0.0 (SLES9)169 ------------------------------------------------------------------------170 r5172 | joergs | 2007-10-15 10:10:31 +0200 (Mo, 15 Okt 2007) | 1 line171 Geänderte Pfade:172 M /trunk/technical/common/dasscm/dasscm.spec173 174 bugfix: doc path175 ------------------------------------------------------------------------176 r5100 | joergs | 2007-09-13 16:09:52 +0200 (Do, 13 Sep 2007) | 1 line177 Geänderte Pfade:178 M /trunk/technical/common/dasscm/dasscm179 180 performance improvements (svn ls)181 ------------------------------------------------------------------------182 r5047 | joergs | 2007-09-05 10:19:02 +0200 (Mi, 05 Sep 2007) | 1 line183 Geänderte Pfade:184 M /trunk/technical/common/dasscm/dasscm185 M /trunk/technical/common/dasscm/doc/dasscm_howto.txt186 187 updated usage desciption188 ------------------------------------------------------------------------189 r4879 | joergs | 2007-07-16 15:55:29 +0200 (Mo, 16 Jul 2007) | 1 line190 Geänderte Pfade:191 M /trunk/technical/common/dasscm/dasscm192 193 added creation of permissions file in init. otherwise checkins will fail194 ------------------------------------------------------------------------195 r4831 | joergs | 2007-07-03 16:55:06 +0200 (Di, 03 Jul 2007) | 1 line196 Geänderte Pfade:197 M /trunk/technical/common/dasscm/SOURCES198 M /trunk/technical/common/dasscm/dasscm199 M /trunk/technical/common/dasscm/dasscm.spec200 D /trunk/technical/common/dasscm/dasscm_dumpperm201 M /trunk/technical/common/dasscm/doc/dasscm_howto.txt202 203 added permission backup204 ------------------------------------------------------------------------205 r4827 | joergs | 2007-07-03 14:10:55 +0200 (Di, 03 Jul 2007) | 1 line206 Geänderte Pfade:207 M /trunk/technical/common/dasscm208 D /trunk/technical/common/dasscm/README209 M /trunk/technical/common/dasscm/SOURCES210 M /trunk/technical/common/dasscm/dasscm211 M /trunk/technical/common/dasscm/dasscm.conf212 M /trunk/technical/common/dasscm/dasscm.spec213 D /trunk/technical/common/dasscm/doc/KonfigurationsManagement.txt214 A /trunk/technical/common/dasscm/doc/README (von /trunk/technical/common/dasscm/README:4826)215 M /trunk/technical/common/dasscm/doc/dasscm_howto.txt216 M /trunk/technical/common/dasscm/servers.dass-it217 218 improvements, bugfixes219 ------------------------------------------------------------------------220 r4826 | joergs | 2007-07-03 14:03:42 +0200 (Di, 03 Jul 2007) | 1 line221 Geänderte Pfade:222 M /trunk/technical/common/dasscm/README223 224 Id hinzugefügt225 ------------------------------------------------------------------------226 r4811 | joergs | 2007-07-03 09:25:53 +0200 (Di, 03 Jul 2007) | 1 line227 Geänderte Pfade:228 M /trunk/technical/common/dasscm/dasscm.conf229 230 add example and explanation231 ------------------------------------------------------------------------232 r4809 | joergs | 2007-07-02 18:07:00 +0200 (Mo, 02 Jul 2007) | 1 line233 Geänderte Pfade:234 M /trunk/technical/common/dasscm/SOURCES235 236 beautified build process237 ------------------------------------------------------------------------238 r4808 | joergs | 2007-07-02 18:06:04 +0200 (Mo, 02 Jul 2007) | 1 line239 Geänderte Pfade:240 M /trunk/technical/common/dasscm/SOURCES241 M /trunk/technical/common/dasscm/dasscm.spec242 243 adapted to config file and removed dasscm_chkconf244 ------------------------------------------------------------------------245 r4807 | joergs | 2007-07-02 18:01:28 +0200 (Mo, 02 Jul 2007) | 1 line246 Geänderte Pfade:247 M /trunk/technical/common/dasscm/dasscm248 D /trunk/technical/common/dasscm/dasscm_chkconf249 250 migrated from dasscm_chkconf to dasscm status251 ------------------------------------------------------------------------252 r4804 | joergs | 2007-07-02 17:17:18 +0200 (Mo, 02 Jul 2007) | 1 line253 Geänderte Pfade:254 M /trunk/technical/common/dasscm/dasscm255 256 perltidy257 ------------------------------------------------------------------------258 r4803 | joergs | 2007-07-02 17:16:38 +0200 (Mo, 02 Jul 2007) | 1 line259 Geänderte Pfade:260 A /trunk/technical/common/dasscm/doc261 A /trunk/technical/common/dasscm/doc/KonfigurationsManagement.txt262 A /trunk/technical/common/dasscm/doc/dasscm_howto.txt263 264 Dokomentation. veraltet. Vom LVermGeo übernommen265 ------------------------------------------------------------------------266 r4802 | joergs | 2007-07-02 17:16:02 +0200 (Mo, 02 Jul 2007) | 1 line267 Geänderte Pfade:268 A /trunk/technical/common/dasscm/dasscm.conf269 270 improvements. login, password caching, init, config file, perltidy271 ------------------------------------------------------------------------272 r4801 | joergs | 2007-07-02 17:15:47 +0200 (Mo, 02 Jul 2007) | 1 line273 Geänderte Pfade:274 M /trunk/technical/common/dasscm/dasscm275 M /trunk/technical/common/dasscm/dasscm.spec276 277 improvements. login, password caching, init, config file, perltidy278 ------------------------------------------------------------------------279 r4747 | joergs | 2007-04-03 11:19:07 +0200 (Di, 03 Apr 2007) | 1 line280 Geänderte Pfade:281 M /trunk/technical/common/dasscm/dasscm282 A /trunk/technical/common/sc_ldap_tools283 A /trunk/technical/common/sc_ldap_tools/SOURCES284 A /trunk/technical/common/sc_ldap_tools/sc_ldap_tools.spec285 A /trunk/technical/common/sc_ldap_tools/usr286 A /trunk/technical/common/sc_ldap_tools/usr/bin287 A /trunk/technical/common/sc_ldap_tools/usr/bin/ldap_move_repair.pl288 A /trunk/technical/common/sc_ldap_tools/usr/bin/ldif_unwrap.pl289 290 initial291 ------------------------------------------------------------------------292 r2876 | joergs | 2005-12-05 11:52:38 +0100 (Mo, 05 Dez 2005) | 1 line293 Geänderte Pfade:294 M /trunk/technical/common/dasscm/dasscm_chkconf295 296 removed question for copying files to repository, don't stop on deleted files297 ------------------------------------------------------------------------298 r2875 | joergs | 2005-12-05 11:50:40 +0100 (Mo, 05 Dez 2005) | 1 line299 Geänderte Pfade:300 M /trunk/technical/common/dasscm/dasscm301 302 experimental support for 'dasscm login'303 ------------------------------------------------------------------------304 r2483 | joergs | 2004-12-16 18:45:11 +0100 (Do, 16 Dez 2004) | 1 line305 Geänderte Pfade:306 M /trunk/technical/common/dasscm/SOURCES307 M /trunk/technical/common/dasscm/dasscm308 M /trunk/technical/common/dasscm/dasscm.spec309 A /trunk/technical/common/dasscm/servers.dass-it310 311 Bugfixes and Subversion server config312 ------------------------------------------------------------------------313 r2463 | joergs | 2004-12-07 16:51:41 +0100 (Di, 07 Dez 2004) | 1 line314 Geänderte Pfade:315 A /trunk/technical/common/dasscm/SOURCES316 317 added SOURCES to svn318 ------------------------------------------------------------------------319 r2461 | joergs | 2004-12-07 13:26:41 +0100 (Di, 07 Dez 2004) | 1 line320 Geänderte Pfade:321 A /trunk/technical/common/dasscm/dasscm.spec322 323 initial324 ------------------------------------------------------------------------325 r2460 | joergs | 2004-12-07 13:06:58 +0100 (Di, 07 Dez 2004) | 1 line326 Geänderte Pfade:327 D /trunk/technical/common/admin328 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 dasscm332 ------------------------------------------------------------------------333 r2459 | joergs | 2004-12-07 13:00:15 +0100 (Di, 07 Dez 2004) | 1 line334 Geänderte Pfade:335 M /trunk/technical/common/dasscm/README336 337 entfernung veralteter Inofs338 ------------------------------------------------------------------------339 r2458 | joergs | 2004-12-06 22:26:58 +0100 (Mo, 06 Dez 2004) | 1 line340 Geänderte Pfade:341 M /trunk/technical/common/dasscm/dasscm342 343 added comments. cleanup344 ------------------------------------------------------------------------345 r2457 | joergs | 2004-12-06 17:42:11 +0100 (Mo, 06 Dez 2004) | 1 line346 Geänderte Pfade:347 M /trunk/technical/common/dasscm/dasscm348 349 add -m Option. Unified add and commit. svn update without --username to prevent that the password had to be typed every time350 ------------------------------------------------------------------------351 r2451 | joergs | 2004-12-01 15:51:28 +0100 (Mi, 01 Dez 2004) | 1 line352 Geänderte Pfade:353 M /trunk/technical/common/dasscm/dasscm354 355 fixes no-auth-cache usage356 ------------------------------------------------------------------------357 r2428 | joergs | 2004-11-17 22:20:26 +0100 (Mi, 17 Nov 2004) | 1 line358 Geänderte Pfade:359 D /trunk/documentation/checklists360 D /trunk/documentation/planung-dokumentation-20021202-stephand.txt361 D /trunk/documentation/pricing_und_tco362 D /trunk/documentation/related363 D /trunk/documentation/technical/debeka/client364 D /trunk/documentation/technical/debeka/drucken365 D /trunk/documentation/technical/debeka/initrd366 D /trunk/documentation/technical/debeka/intern367 D /trunk/documentation/technical/debeka/ip_konzept368 D /trunk/documentation/technical/debeka/ldap369 D /trunk/documentation/technical/debeka/nfuse370 D /trunk/documentation/technical/debeka/richtlinien/Programming-Guide.tex371 D /trunk/documentation/technical/debeka/richtlinien/Template.pod372 D /trunk/documentation/technical/debeka/richtlinien/cvs-tags.txt373 D /trunk/documentation/technical/debeka/richtlinien/vorgehensweise.txt374 D /trunk/documentation/technical/debeka/schulung375 D /trunk/documentation/technical/debeka/server376 D /trunk/documentation/technical/debeka/todo377 A /trunk/documentation/technical/template/Programming-Guide.tex (von /trunk/documentation/technical/debeka/richtlinien/Programming-Guide.tex:2427)378 A /trunk/documentation/technical/template/programming379 D /trunk/documentation/user_management380 D /trunk/technical/README.SC-Release_02_00_Mahle_release_01_00381 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/dasscm383 384 cleanup385 ------------------------------------------------------------------------386 r2417 | joergs | 2004-11-11 13:30:36 +0100 (Do, 11 Nov 2004) | 1 line387 Geänderte Pfade:388 M /trunk/technical/common/dasscm/dasscm389 390 fixed comment391 ------------------------------------------------------------------------392 r2416 | joergs | 2004-11-11 10:55:09 +0100 (Do, 11 Nov 2004) | 3 lines393 Geänderte Pfade:394 M /trunk/technical/common/dasscm/dasscm395 396 add check for username.397 bugfix: commit398 399 ------------------------------------------------------------------------400 r2413 | joergs | 2004-11-10 09:53:48 +0100 (Mi, 10 Nov 2004) | 1 line401 Geänderte Pfade:402 M /trunk/technical/common/dasscm/dasscm403 404 added help405 ------------------------------------------------------------------------406 r2412 | joergs | 2004-11-09 22:20:14 +0100 (Di, 09 Nov 2004) | 2 lines407 Geänderte Pfade:408 M /trunk/technical/common/dasscm/dasscm409 410 added Id prop411 412 ------------------------------------------------------------------------413 r2411 | joergs | 2004-11-09 22:17:50 +0100 (Di, 09 Nov 2004) | 2 lines414 Geänderte Pfade:415 M /trunk/technical/common/dasscm/dasscm416 417 added diff, commit418 419 ------------------------------------------------------------------------420 r2403 | joergs | 2004-11-01 21:10:49 +0100 (Mo, 01 Nov 2004) | 2 lines421 Geänderte Pfade:422 A /trunk/technical/common/dasscm423 A /trunk/technical/common/dasscm/README424 A /trunk/technical/common/dasscm/dasscm425 426 initial. add implemented427 428 ------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.